diff options
Diffstat (limited to 'llvm/lib/System/Mutex.cpp')
-rw-r--r-- | llvm/lib/System/Mutex.cpp | 1 |
1 files changed, 0 insertions, 1 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) |