From: Chris Lattner Date: Fri, 12 May 2006 17:41:45 +0000 (+0000) Subject: Remove dead variable X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=82db0696a10be17ebbebdabea1a08d0668d07ea3;p=oota-llvm.git Remove dead variable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28249 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/DataStructure/EquivClassGraphs.cpp b/lib/Analysis/DataStructure/EquivClassGraphs.cpp index 4aa65b2a036..cc536a7f89c 100644 --- a/lib/Analysis/DataStructure/EquivClassGraphs.cpp +++ b/lib/Analysis/DataStructure/EquivClassGraphs.cpp @@ -41,8 +41,6 @@ namespace { #ifndef NDEBUG template 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);