From 7afd3e1599222dc691cca9e601800878c8546663 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Sat, 7 Mar 2009 10:49:57 +0000 Subject: further simplifications arising from peruse of the more declarative interface git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66333 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/BasicBlock.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/VMCore/BasicBlock.cpp') diff --git a/lib/VMCore/BasicBlock.cpp b/lib/VMCore/BasicBlock.cpp index 66ee99d..f682231 100644 --- a/lib/VMCore/BasicBlock.cpp +++ b/lib/VMCore/BasicBlock.cpp @@ -31,10 +31,6 @@ ilist_traits::getSymTab(BasicBlock *BB) { return 0; } -iplist &ilist_traits::getList(BasicBlock *BB) { - return BB->getInstList(); -} - // Explicit instantiation of SymbolTableListTraits since some of the methods // are not in the public header file... template class SymbolTableListTraits; -- cgit v1.1