diff options
Diffstat (limited to 'lib/System')
-rw-r--r-- | lib/System/Alarm.cpp | 2 | ||||
-rw-r--r-- | lib/System/DynamicLibrary.cpp | 2 | ||||
-rw-r--r-- | lib/System/Memory.cpp | 3 | ||||
-rw-r--r-- | lib/System/Mutex.cpp | 1 | ||||
-rw-r--r-- | lib/System/Process.cpp | 2 | ||||
-rw-r--r-- | lib/System/Program.cpp | 2 | ||||
-rw-r--r-- | lib/System/Signals.cpp | 2 |
7 files changed, 0 insertions, 14 deletions
diff --git a/lib/System/Alarm.cpp b/lib/System/Alarm.cpp index 57a8b08185..0014ca716b 100644 --- a/lib/System/Alarm.cpp +++ b/lib/System/Alarm.cpp @@ -31,5 +31,3 @@ using namespace sys; #ifdef LLVM_ON_WIN32 #include "Win32/Alarm.inc" #endif - -DEFINING_FILE_FOR(SystemAlarm) diff --git a/lib/System/DynamicLibrary.cpp b/lib/System/DynamicLibrary.cpp index 7af718d490..572ba496e1 100644 --- a/lib/System/DynamicLibrary.cpp +++ b/lib/System/DynamicLibrary.cpp @@ -159,5 +159,3 @@ void* DynamicLibrary::SearchForAddressOfSymbol(const char* symbolName) { } #endif // LLVM_ON_WIN32 - -DEFINING_FILE_FOR(SystemDynamicLibrary) diff --git a/lib/System/Memory.cpp b/lib/System/Memory.cpp index a0aa543268..054cc966a3 100644 --- a/lib/System/Memory.cpp +++ b/lib/System/Memory.cpp @@ -14,7 +14,6 @@ #include "llvm/System/Memory.h" #include "llvm/Config/config.h" -#include "llvm/System/IncludeFile.h" namespace llvm { using namespace sys; @@ -33,5 +32,3 @@ using namespace sys; #ifdef LLVM_ON_WIN32 #include "Win32/Memory.inc" #endif - -DEFINING_FILE_FOR(SystemMemory) diff --git a/lib/System/Mutex.cpp b/lib/System/Mutex.cpp index 0b7c5b5745..3bef7ce0b0 100644 --- a/lib/System/Mutex.cpp +++ b/lib/System/Mutex.cpp @@ -13,7 +13,6 @@ #include "llvm/Config/config.h" #include "llvm/System/Mutex.h" -#include "llvm/System/IncludeFile.h" //===----------------------------------------------------------------------===// //=== WARNING: Implementation here must contain only TRULY operating system diff --git a/lib/System/Process.cpp b/lib/System/Process.cpp index 4a5f9bafdd..e93b2af4c1 100644 --- a/lib/System/Process.cpp +++ b/lib/System/Process.cpp @@ -31,5 +31,3 @@ using namespace sys; #ifdef LLVM_ON_WIN32 #include "Win32/Process.inc" #endif - -DEFINING_FILE_FOR(SystemProcess) diff --git a/lib/System/Program.cpp b/lib/System/Program.cpp index fb00dc958f..eb289d81b2 100644 --- a/lib/System/Program.cpp +++ b/lib/System/Program.cpp @@ -31,5 +31,3 @@ using namespace sys; #ifdef LLVM_ON_WIN32 #include "Win32/Program.inc" #endif - -DEFINING_FILE_FOR(SystemProgram) diff --git a/lib/System/Signals.cpp b/lib/System/Signals.cpp index fddb85410d..d345b0a9ae 100644 --- a/lib/System/Signals.cpp +++ b/lib/System/Signals.cpp @@ -32,5 +32,3 @@ using namespace sys; #ifdef LLVM_ON_WIN32 #include "Win32/Signals.inc" #endif - -DEFINING_FILE_FOR(SystemSignals) |