Remove dead code, NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226493 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan P. N. Exon Smith 2015-01-19 19:31:09 +00:00
parent e85df9e0a2
commit 2973322cfa

View File

@ -73,9 +73,6 @@ protected:
}
~Metadata() {}
/// \brief Store this in a big non-uniqued untyped bucket.
bool isStoredDistinctInContext() const { return Storage == Distinct; }
/// \brief Default handling of a changed operand, which asserts.
///
/// If subclasses pass themselves in as owners to a tracking node reference,