diff options
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; } |