mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 17:37:41 +02:00
Removed obsolete symlink and move functions #4397
This commit is contained in:
parent
24aa95a1d5
commit
3f3d452821
1 changed files with 0 additions and 8 deletions
|
@ -774,14 +774,6 @@ class InternalCommands:
|
||||||
for target in targets:
|
for target in targets:
|
||||||
self.macPostMake(target)
|
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):
|
def macPostMake(self, target):
|
||||||
|
|
||||||
dir = self.getGenerator().binDir
|
dir = self.getGenerator().binDir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue