Remove outputDebugString, replace getComputerName

This commit is contained in:
Mike Ellery
2018-02-27 13:23:20 -08:00
committed by seelabs
parent 9456b83576
commit deef322b07
12 changed files with 9 additions and 260 deletions

View File

@@ -53,7 +53,6 @@
#include <ripple/beast/core/LexicalCast.h>
#include <ripple/beast/core/SystemStats.h>
#include <ripple/beast/core/SemanticVersion.h>
#if BEAST_MSVC
@@ -166,28 +165,8 @@
#include <ripple/beast/core/osx_ObjCHelpers.h>
#endif
#if BEAST_ANDROID
#include "native/android_JNIHelpers.h"
#endif
#if BEAST_MAC || BEAST_IOS
#include <ripple/beast/core/mac_SystemStats.mm>
#elif BEAST_WINDOWS
#include <ripple/beast/core/win32_SystemStats.cpp>
#elif BEAST_LINUX
#include <ripple/beast/core/linux_SystemStats.cpp>
#elif BEAST_BSD
#include <ripple/beast/core/bsd_SystemStats.cpp>
#elif BEAST_ANDROID
#include "native/android_Files.cpp"
#include "native/android_Misc.cpp"
#include "native/android_SystemStats.cpp"
#include "native/android_Threads.cpp"
#endif
#include <ripple/beast/core/CurrentThreadName.cpp>