summaryrefslogtreecommitdiff
path: root/ext/dsent/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dsent/main.cc')
-rw-r--r--ext/dsent/main.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/dsent/main.cc b/ext/dsent/main.cc
deleted file mode 100644
index f826829b2..000000000
--- a/ext/dsent/main.cc
+++ /dev/null
@@ -1,10 +0,0 @@
-
-#include "DSENT.h"
-
-int main(int argc, char** argv)
-{
- DSENT::DSENT::run(argc-1, argv+1);
-
- return 0;
-}
-