summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-15 22:07:47 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-15 22:07:47 +0100
commit650f2c95f9bcb58b747d97f17e656c0898aec68b (patch)
tree11377dab4828744bff0d9495de07e64bb45108e0
parent09ed8e8404617c323ce18fdfd1ff0636dd246a38 (diff)
Remove old file.
-rw-r--r--cscript.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/cscript.py b/cscript.py
deleted file mode 100644
index 9b8fa46c0..000000000
--- a/cscript.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import cdist
-
-def builds():
- return ['source']
-
-def build_source():
- cdist.build_source_waf()
-