diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-02-18 23:11:17 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-02-18 23:11:17 +0000 |
commit | a39058aaed4540fc37681cad728b99546595b2e8 (patch) | |
tree | 6b1e8bd252437c9a1fa0c7b659c94878e9503138 /include/llvm/Support | |
parent | 82f7815e6f7819223b5f311195bfc1d9645d4754 (diff) |
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
Also removes some redundant DNI comments on function declarations already
using the macro.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support')
-rw-r--r-- | include/llvm/Support/raw_ostream.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/raw_ostream.h b/include/llvm/Support/raw_ostream.h index eab0f2d805..d2b4a2af27 100644 --- a/include/llvm/Support/raw_ostream.h +++ b/include/llvm/Support/raw_ostream.h @@ -29,7 +29,6 @@ namespace llvm { /// a chunk at a time. class raw_ostream { private: - // Do not implement. raw_ostream is noncopyable. void operator=(const raw_ostream &) LLVM_DELETED_FUNCTION; raw_ostream(const raw_ostream &) LLVM_DELETED_FUNCTION; |