X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FPassRegistry.h;h=31d48a4e28f0b782b183981ffc82ac3d40cfb3fe;hb=1e3e6362c8def5abcbc9a89c02619a0912177f7e;hp=8b7f036e20c181b0ca37321b95242121dfbc7476;hpb=fc24c1a7ba4ad1383726079eed6d67097614ee84;p=oota-llvm.git diff --git a/include/llvm/PassRegistry.h b/include/llvm/PassRegistry.h index 8b7f036e20c..31d48a4e28f 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 Lock; void *getImpl() const; public: