diff options
author | Eric Christopher <echristo@apple.com> | 2009-08-22 00:41:47 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2009-08-22 00:41:47 +0000 |
commit | b48b4e26e91c039464b8dd91847aa58b64cc4cb0 (patch) | |
tree | b1021dfdc10533bde07be0e1c65e097dac778de8 | |
parent | 440d9eb4e03c42ede30b2e4e5e4b2b5c126f4aff (diff) | |
download | external_llvm-b48b4e26e91c039464b8dd91847aa58b64cc4cb0.zip external_llvm-b48b4e26e91c039464b8dd91847aa58b64cc4cb0.tar.gz external_llvm-b48b4e26e91c039464b8dd91847aa58b64cc4cb0.tar.bz2 |
Actually remove unused static. Previous commit removed trailing
whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79711 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 092971e..a3161b4 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -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. /// |