summaryrefslogtreecommitdiffstats
path: root/SCons/Node/Python.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-05-24 23:06:13 (GMT)
committerGitHub <noreply@github.com>2021-05-24 23:06:13 (GMT)
commit548d1ffa13be5ed5521f4650089c5e9d7d043811 (patch)
tree9276cb26f9b9fb34efa46615ba15dfbdacefabfe /SCons/Node/Python.py
parent08ea935321ab8858e15573e44c270da563e12ea0 (diff)
parent0d9a99d630169277689e95e39ae64ccf9b9215bf (diff)
downloadSCons-548d1ffa13be5ed5521f4650089c5e9d7d043811.zip
SCons-548d1ffa13be5ed5521f4650089c5e9d7d043811.tar.gz
SCons-548d1ffa13be5ed5521f4650089c5e9d7d043811.tar.bz2
Merge branch 'master' into ninja-generation
Diffstat (limited to 'SCons/Node/Python.py')
-rw-r--r--SCons/Node/Python.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/SCons/Node/Python.py b/SCons/Node/Python.py
index 738682c..c6850ab 100644
--- a/SCons/Node/Python.py
+++ b/SCons/Node/Python.py
@@ -146,13 +146,6 @@ class Value(SCons.Node.Node):
"""Get contents for signature calculations."""
return self.get_text_contents().encode()
- def changed_since_last_build(self, target, prev_ni):
- cur_csig = self.get_csig()
- try:
- return cur_csig != prev_ni.csig
- except AttributeError:
- return True
-
def get_csig(self, calc=None):
"""Because we're a Python value node and don't have a real
timestamp, we get to ignore the calculator and just use the