summaryrefslogtreecommitdiff
path: root/debian/detect_arch.cpp
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2018-02-19 22:29:57 +0000
committerThomas Preud'homme <robotux@celest.fr>2018-02-19 22:29:57 +0000
commit6cc7be3e2ca1007ca25690e672b96fcf2db737b6 (patch)
tree59893ade7fb05602d677bd6ff911093f3b775870 /debian/detect_arch.cpp
parentacc19845b82e5590b5de2fdd7df4c20d73d8fb05 (diff)
Remove now useless detect_arch files
Diffstat (limited to 'debian/detect_arch.cpp')
-rw-r--r--debian/detect_arch.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/detect_arch.cpp b/debian/detect_arch.cpp
deleted file mode 100644
index 8a2ff5b..0000000
--- a/debian/detect_arch.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <iostream>
-#include <PlatformMacro.h>
-
-int main(void)
-{
- std::cout << ULTRACOPIER_PLATFORM_CODE;
- return 0;
-}