mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
[lldb] Remove some nanosleep preprocessor magic
It's obsolete, as we use (portable) std::this_thread::sleep_for now.
This commit is contained in:
@@ -12,13 +12,6 @@
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
#include "llvm/Support/Errno.h"
|
||||
#include "llvm/Support/FileSystem.h"
|
||||
|
||||
#if defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 8))
|
||||
#ifndef _GLIBCXX_USE_NANOSLEEP
|
||||
#define _GLIBCXX_USE_NANOSLEEP
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <functional>
|
||||
#include <thread>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user