From 3aef9b1392a26c8b0a58ff31d2c1e8db2fc85981 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 llvm-svn: 226493 --- llvm/include/llvm/IR/Metadata.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/include/llvm/IR/Metadata.h b/llvm/include/llvm/IR/Metadata.h index 27cacc1..05a981d 100644 --- a/llvm/include/llvm/IR/Metadata.h +++ b/llvm/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.7.4