diff options
Diffstat (limited to 'include/llvm/System/Mutex.h')
-rw-r--r-- | include/llvm/System/Mutex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/System/Mutex.h b/include/llvm/System/Mutex.h index 6f5614f..2a70ba0 100644 --- a/include/llvm/System/Mutex.h +++ b/include/llvm/System/Mutex.h @@ -68,9 +68,7 @@ namespace llvm /// @name Platform Dependent Data /// @{ private: -#ifdef ENABLE_THREADS void* data_; ///< We don't know what the data will be -#endif /// @} /// @name Do Not Implement |