mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Delete unused constructor.
llvm-svn: 234459
This commit is contained in:
parent
30f86366b7
commit
f745768186
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user