summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2009-08-22 00:41:47 +0000
committerEric Christopher <echristo@apple.com>2009-08-22 00:41:47 +0000
commit8dde7c0ff1a568a0739ff7581464c31dbc063527 (patch)
treeb1021dfdc10533bde07be0e1c65e097dac778de8 /lib
parent4d7c18c49bdc6e39ea6e862072ec224de499a2a1 (diff)
downloadllvm-8dde7c0ff1a568a0739ff7581464c31dbc063527.tar.gz
llvm-8dde7c0ff1a568a0739ff7581464c31dbc063527.tar.bz2
llvm-8dde7c0ff1a568a0739ff7581464c31dbc063527.tar.xz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 092971ef58..a3161b4c5e 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.
///