[llvm] r225722 - IR: Remove incorrect comment, NFC
Duncan P. N. Exon Smith
dexonsmith at apple.com
Mon Jan 12 14:53:18 PST 2015
Author: dexonsmith
Date: Mon Jan 12 16:53:18 2015
New Revision: 225722
URL: http://llvm.org/viewvc/llvm-project?rev=225722&view=rev
Log:
IR: Remove incorrect comment, NFC
Modified:
llvm/trunk/include/llvm/IR/Metadata.h
Modified: llvm/trunk/include/llvm/IR/Metadata.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Metadata.h?rev=225722&r1=225721&r2=225722&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Metadata.h (original)
+++ llvm/trunk/include/llvm/IR/Metadata.h Mon Jan 12 16:53:18 2015
@@ -585,8 +585,6 @@ protected:
unsigned MDNodeSubclassData;
void *operator new(size_t Size, unsigned NumOps);
-
- /// \brief Required by std, but never called.
void operator delete(void *Mem);
/// \brief Required by std, but never called.
More information about the llvm-commits
mailing list