diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index c1abc9cf1a2..0ba0c5a33ee 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h @@ -63,7 +63,6 @@ namespace llvm { bool Verify() const { return DbgNode != 0; } - operator const MDNode *() const { return DbgNode; } operator MDNode *() const { return const_cast(DbgNode); } MDNode *operator ->() const { return const_cast(DbgNode); }