From 8dde7c0ff1a568a0739ff7581464c31dbc063527 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sat, 22 Aug 2009 00:41:47 +0000 Subject: 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 --- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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 > EVTs; static EVT VTs[MVT::LAST_VALUETYPE]; -static ManagedStatic > VTMutex; /// getValueTypeList - Return a pointer to the specified value type. /// -- cgit v1.2.3