summaryrefslogtreecommitdiff
path: root/debian/detect_arch.cpp
diff options
context:
space:
mode:
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;
-}