From 2973322cfae520a05623f9c5670c00524a39a392 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Mon, 19 Jan 2015 19:31:09 +0000 Subject: [PATCH] Remove dead code, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226493 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/Metadata.h | 3 --- 1 file changed, 3 deletions(-) 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, -- 2.11.0