From 3f3d4528212f25394e1119805309f1c2b65a8c48 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Mon, 2 Mar 2015 17:44:54 +0000 Subject: [PATCH] Removed obsolete symlink and move functions #4397 --- ext/toolchain/commands1.py | 8 -------- 1 file changed, 8 deletions(-) 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