Actually remove unused static. Previous commit removed trailing
authorEric Christopher <echristo@apple.com>
Sat, 22 Aug 2009 00:41:47 +0000 (00:41 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 22 Aug 2009 00:41:47 +0000 (00:41 +0000)
whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79711 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index 092971ef5893db55bf5cd09412c5e3f2013f2d52..a3161b4c5e3b6e47e290213eb96a80648ed07ee6 100644 (file)
@@ -5017,7 +5017,6 @@ void SDNode::Profile(FoldingSetNodeID &ID) const {
 
 static ManagedStatic<std::set<EVT, EVT::compareRawBits> > EVTs;
 static EVT VTs[MVT::LAST_VALUETYPE];
-static ManagedStatic<sys::SmartMutex<true> > VTMutex;
 
 /// getValueTypeList - Return a pointer to the specified value type.
 ///