Skip to content

Commit 5c8505d

Browse files
committed
Remove unused files
1 parent 29ff7e5 commit 5c8505d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+0
-21945
lines changed

SConscript

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
2-
import shutil
32
from building import *
43

54
cwd = GetCurrentDir()
@@ -14,10 +13,4 @@ for d in list:
1413
if os.path.isfile(os.path.join(path, 'SConscript')):
1514
objs = objs + SConscript(os.path.join(d, 'SConscript'))
1615

17-
#delate non-used files
18-
try:
19-
shutil.rmtree(os.path.join(cwd,'legacy'))
20-
except:
21-
pass
22-
2316
Return('objs')

addons/README.md

Lines changed: 0 additions & 130 deletions
This file was deleted.

addons/c++/ccondition_variable.cpp

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)