From 1d95d18edd8627dc2fa706cb0d82e2a94e7f41fe 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. llvm-svn: 203552 --- llvm/include/llvm/IR/Dominators.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/include/llvm/IR/Dominators.h b/llvm/include/llvm/IR/Dominators.h index 987ff1944e3..86bbe391ea2 100644 --- a/llvm/include/llvm/IR/Dominators.h +++ b/llvm/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