Remove dead code, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 19 Jan 2015 19:31:09 +0000 (19:31 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 19 Jan 2015 19:31:09 +0000 (19:31 +0000)
llvm-svn: 226493

llvm/include/llvm/IR/Metadata.h

index 27cacc1..05a981d 100644 (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,