diff --git a/ext/toolchain/commands1.py b/ext/toolchain/commands1.py index c97d4e35..784b5c2f 100644 --- a/ext/toolchain/commands1.py +++ b/ext/toolchain/commands1.py @@ -774,14 +774,6 @@ class InternalCommands: for target in targets: self.macPostMake(target) - def symlink(self, source, target): - if not os.path.exists(target): - os.symlink(source, target) - - def move(self, source, target): - if os.path.exists(source): - shutil.move(source, target) - def macPostMake(self, target): dir = self.getGenerator().binDir