summaryrefslogtreecommitdiff
path: root/bin/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'bin/SCsub')
-rw-r--r--bin/SCsub6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/SCsub b/bin/SCsub
deleted file mode 100644
index 52f7e3bb39..0000000000
--- a/bin/SCsub
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/python
-
-Import('env')
-Export('env')
-
-SConscript('tests/SCsub')