summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1df96663a..7411b410e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -10,20 +10,6 @@
-#ifdef ANDROID
- // Workaround for Android NDK builds that do not support std::to_string
- namespace std
- {
- template <typename T>
- std::string to_string(T Value)
- {
- std::ostringstream TempStream;
- TempStream << Value;
- return TempStream.str();
- }
- }
-#endif
-
#ifdef _MSC_VER
#include <dbghelp.h>
#endif // _MSC_VER