diff options
Diffstat (limited to 'src/SConscript')
-rwxr-xr-x | src/SConscript | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/SConscript b/src/SConscript index da8476d6c..f9560afbc 100755 --- a/src/SConscript +++ b/src/SConscript @@ -152,14 +152,6 @@ class SourceFile(object): def __eq__(self, other): return self.filename == other.filename def __ne__(self, other): return self.filename != other.filename - @staticmethod - def done(): - def disabled(cls, name, *ignored): - raise RuntimeError("Additional SourceFile '%s'" % name,\ - "declared, but targets deps are already fixed.") - SourceFile.__init__ = disabled - - class Source(SourceFile): ungrouped_tag = 'No link group' source_groups = set() |