diff options
Diffstat (limited to 'llvm/tools/llvm-diff/DiffLog.h')
-rw-r--r-- | llvm/tools/llvm-diff/DiffLog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-diff/DiffLog.h b/llvm/tools/llvm-diff/DiffLog.h index cfdeec89d9e..8eb53ffffcc 100644 --- a/llvm/tools/llvm-diff/DiffLog.h +++ b/llvm/tools/llvm-diff/DiffLog.h @@ -40,8 +40,6 @@ namespace llvm { public: LogBuilder(Consumer &c, StringRef Format) : consumer(c), Format(Format) {} - // Relying on RVO, not actually copyable. - LogBuilder(const LogBuilder&); LogBuilder &operator<<(Value *V) { Arguments.push_back(V); |