CodeGen: Remove redundant DIETypeSignature::dump(), NFC

We already have this in `DIEValue`; no reason to shadow it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238082 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan P. N. Exon Smith
2015-05-23 01:26:26 +00:00
parent d434a0a1b2
commit 804c199b75
2 changed files with 0 additions and 3 deletions

View File

@@ -466,7 +466,6 @@ public:
}
#ifndef NDEBUG
void print(raw_ostream &O) const override;
void dump() const;
#endif
};