summaryrefslogtreecommitdiff
path: root/ZAPDTR/ZAPD/ExecutableMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPDTR/ZAPD/ExecutableMain.cpp')
m---------ZAPDTR0
-rw-r--r--ZAPDTR/ZAPD/ExecutableMain.cpp5
2 files changed, 0 insertions, 5 deletions
diff --git a/ZAPDTR b/ZAPDTR
new file mode 160000
+Subproject e6b0764799309b96c46f4c77e3ea2aa670f15e8
diff --git a/ZAPDTR/ZAPD/ExecutableMain.cpp b/ZAPDTR/ZAPD/ExecutableMain.cpp
deleted file mode 100644
index 303ea24ad..000000000
--- a/ZAPDTR/ZAPD/ExecutableMain.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-extern "C" int zapd_main(int argc, char* argv[]);
-
-int main(int argc, char* argv[]) {
- return zapd_main(argc, argv);
-}