Remove dead variable
authorChris Lattner <sabre@nondot.org>
Fri, 12 May 2006 17:41:45 +0000 (17:41 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 May 2006 17:41:45 +0000 (17:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28249 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/EquivClassGraphs.cpp

index 4aa65b2a0367badec4a0a6894509a276ce587623..cc536a7f89cb8de49ddbd730fb60ea6aa0910936 100644 (file)
@@ -41,8 +41,6 @@ namespace {
 #ifndef NDEBUG
 template<typename GT>
 static void CheckAllGraphs(Module *M, GT &ECGraphs) {
-  DSGraph &GG = ECGraphs.getGlobalsGraph();
-
   for (Module::iterator I = M->begin(), E = M->end(); I != E; ++I)
     if (!I->isExternal()) {
       DSGraph &G = ECGraphs.getDSGraph(*I);