From: Erik Verbruggen Date: Tue, 11 Mar 2014 09:32:50 +0000 (+0000) Subject: Fix fixme: remove unused method. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d4b9957d1fc9d9b07cd4cfd16ff2ea097ad41bdc;p=oota-llvm.git Fix fixme: remove unused method. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203552 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/Dominators.h b/include/llvm/IR/Dominators.h index 987ff1944e3..86bbe391ea2 100644 --- a/include/llvm/IR/Dominators.h +++ b/include/llvm/IR/Dominators.h @@ -69,10 +69,6 @@ public: DominatorTree() : DominatorTreeBase(false) {} - // FIXME: This is no longer needed and should be removed when its uses are - // cleaned up. - Base& getBase() { return *this; } - /// \brief Returns *false* if the other dominator tree matches this dominator /// tree. inline bool compare(const DominatorTree &Other) const {