summaryrefslogtreecommitdiff
path: root/include/llvm/PassRegistry.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/PassRegistry.h')
-rw-r--r--include/llvm/PassRegistry.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/PassRegistry.h b/include/llvm/PassRegistry.h
index 8b7f036e20..31d48a4e28 100644
--- a/include/llvm/PassRegistry.h
+++ b/include/llvm/PassRegistry.h
@@ -18,7 +18,6 @@
#define LLVM_PASSREGISTRY_H
#include "llvm/ADT/StringRef.h"
-#include "llvm/System/Mutex.h"
namespace llvm {
@@ -33,7 +32,6 @@ struct PassRegistrationListener;
/// each thread.
class PassRegistry {
mutable void *pImpl;
- mutable sys::SmartMutex<true> Lock;
void *getImpl() const;
public: