diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/System/Mutex.cpp | 1 | ||||
| -rw-r--r-- | llvm/lib/System/Path.cpp | 1 | ||||
| -rw-r--r-- | llvm/lib/System/TimeValue.cpp | 1 | 
3 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/System/Mutex.cpp b/llvm/lib/System/Mutex.cpp index a0fd417dbdc..1ddf5269371 100644 --- a/llvm/lib/System/Mutex.cpp +++ b/llvm/lib/System/Mutex.cpp @@ -159,4 +159,3 @@ Mutex::tryacquire()  #endif  #endif -DEFINING_FILE_FOR(SystemMutex) diff --git a/llvm/lib/System/Path.cpp b/llvm/lib/System/Path.cpp index caf5789d7ef..dbac32914db 100644 --- a/llvm/lib/System/Path.cpp +++ b/llvm/lib/System/Path.cpp @@ -181,4 +181,3 @@ bool Path::hasMagicNumber(const std::string &Magic) const {  #include "Win32/Path.inc"  #endif -DEFINING_FILE_FOR(SystemPath) diff --git a/llvm/lib/System/TimeValue.cpp b/llvm/lib/System/TimeValue.cpp index 8ecfd22da7b..227d67701eb 100644 --- a/llvm/lib/System/TimeValue.cpp +++ b/llvm/lib/System/TimeValue.cpp @@ -56,4 +56,3 @@ TimeValue::normalize( void ) {  #include "Win32/TimeValue.inc"  #endif -DEFINING_FILE_FOR(SystemTimeValue)  | 

