summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMat <mail@mathias.is>2020-05-10 18:18:28 +0200
committerGitHub <noreply@github.com>2020-05-10 18:18:28 +0200
commite053f72db824a16c1cb59107315001473058e2bc (patch)
treec54dafbc0048939697cb6ec7a8034534738bdbed /src/main.cpp
parentCleanup some workarounds and warnings (#4735) (diff)
downloadcuberite-e053f72db824a16c1cb59107315001473058e2bc.tar
cuberite-e053f72db824a16c1cb59107315001473058e2bc.tar.gz
cuberite-e053f72db824a16c1cb59107315001473058e2bc.tar.bz2
cuberite-e053f72db824a16c1cb59107315001473058e2bc.tar.lz
cuberite-e053f72db824a16c1cb59107315001473058e2bc.tar.xz
cuberite-e053f72db824a16c1cb59107315001473058e2bc.tar.zst
cuberite-e053f72db824a16c1cb59107315001473058e2bc.zip
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