From: Duncan P. N. Exon Smith Date: Mon, 19 Jan 2015 19:31:09 +0000 (+0000) Subject: Remove dead code, NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2973322cfae520a05623f9c5670c00524a39a392;p=oota-llvm.git Remove dead code, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226493 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/Metadata.h b/include/llvm/IR/Metadata.h index 27cacc157c0..05a981d2313 100644 --- a/include/llvm/IR/Metadata.h +++ b/include/llvm/IR/Metadata.h @@ -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,