Skip to content

Commit fabbbe3

Browse files
author
MacroFake
committed
Remove unused CDataStream::rdbuf method
It is unused and seems unlikely to be ever used.
1 parent b2e6d37 commit fabbbe3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/streams.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ class CDataStream
269269
// Stream subset
270270
//
271271
bool eof() const { return size() == 0; }
272-
CDataStream* rdbuf() { return this; }
273272
int in_avail() const { return size(); }
274273

275274
void SetType(int n) { nType = n; }

0 commit comments

Comments
 (0)