IR: Simplify erasing from uniquing store, NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226517 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan P. N. Exon Smith
2015-01-19 22:47:08 +00:00
parent 05111848a0
commit 668bd8ccfe
2 changed files with 1 additions and 9 deletions

View File

@@ -959,7 +959,6 @@ public:
private:
MDTuple *uniquifyImpl();
void eraseFromStoreImpl();
};
MDTuple *MDNode::get(LLVMContext &Context, ArrayRef<Metadata *> MDs) {
@@ -1037,7 +1036,6 @@ public:
private:
MDLocation *uniquifyImpl();
void eraseFromStoreImpl();
};
//===----------------------------------------------------------------------===//