Delete unused constructor.

llvm-svn: 234459
This commit is contained in:
Rafael Espindola 2015-04-09 01:11:26 +00:00
parent bc91e908f4
commit 622be5793d
1 changed files with 0 additions and 9 deletions

View File

@ -120,15 +120,6 @@ namespace llvm
Cur = BufferArray;
setStream(Stream, Owns);
}
explicit circular_raw_ostream()
: raw_ostream(/*unbuffered*/true),
TheStream(nullptr),
OwnsStream(REFERENCE_ONLY),
BufferArray(nullptr),
Filled(false),
Banner("") {
Cur = BufferArray;
}
~circular_raw_ostream() {
flush();