summaryrefslogtreecommitdiff
path: root/ZAPDTR/ZAPD/ExecutableMain.cpp
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2023-10-17 00:32:42 -0400
committerGitHub <noreply@github.com>2023-10-17 00:32:42 -0400
commit4a70fea67f6c1fc5b2765a5d86df51a12d06b954 (patch)
tree8db63aa641021b8d3c8521114c6f2a083e962c91 /ZAPDTR/ZAPD/ExecutableMain.cpp
parentfe90ad0268efbe78fbd73b5567a35563339aa94f (diff)
Move ZAPDTR and OTRExporter to sub modules (#3298)
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);
-}