diff options
author | MacroFake <falke.marco@gmail.com> | 2022-06-07 18:14:06 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-10-05 15:29:36 +0200 |
commit | fabbbe32ee09430d356fd1843f7d5c716b5f46cc (patch) | |
tree | 6cbe3da47d731a822f3569722c80371b331e34ce /src/streams.h | |
parent | b2e6d37b51f99d7af8d9a1396b1c9d207db59e58 (diff) |
Remove unused CDataStream::rdbuf method
It is unused and seems unlikely to be ever used.
Diffstat (limited to 'src/streams.h')
-rw-r--r-- | src/streams.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/streams.h b/src/streams.h index 24778ab331..ce1ba26d45 100644 --- a/src/streams.h +++ b/src/streams.h @@ -269,7 +269,6 @@ public: // Stream subset // bool eof() const { return size() == 0; } - CDataStream* rdbuf() { return this; } int in_avail() const { return size(); } void SetType(int n) { nType = n; } |