Fix fixme: remove unused method.
authorErik Verbruggen <erikjv@me.com>
Tue, 11 Mar 2014 09:32:50 +0000 (09:32 +0000)
committerErik Verbruggen <erikjv@me.com>
Tue, 11 Mar 2014 09:32:50 +0000 (09:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203552 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/Dominators.h

index 987ff1944e337208988a672e5464eb03599ff10a..86bbe391ea253db74b0f998cf7116f37d1045420 100644 (file)
@@ -69,10 +69,6 @@ public:
 
   DominatorTree() : DominatorTreeBase<BasicBlock>(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 {