From d4b9957d1fc9d9b07cd4cfd16ff2ea097ad41bdc Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Tue, 11 Mar 2014 09:32:50 +0000 Subject: Fix fixme: remove unused method. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203552 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/Dominators.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/llvm/IR') diff --git a/include/llvm/IR/Dominators.h b/include/llvm/IR/Dominators.h index 987ff1944e..86bbe391ea 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 { -- cgit v1.2.3