Remove dead variable

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28249 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-05-12 17:41:45 +00:00
parent b57b516f6d
commit 82db0696a1

View File

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