mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-21 17:42:37 +02:00
Remove unused CDataStream::rdbuf method
It is unused and seems unlikely to be ever used.
This commit is contained in:
parent
b2e6d37b51
commit
fabbbe32ee
@ -269,7 +269,6 @@ public:
|
|||||||
// Stream subset
|
// Stream subset
|
||||||
//
|
//
|
||||||
bool eof() const { return size() == 0; }
|
bool eof() const { return size() == 0; }
|
||||||
CDataStream* rdbuf() { return this; }
|
|
||||||
int in_avail() const { return size(); }
|
int in_avail() const { return size(); }
|
||||||
|
|
||||||
void SetType(int n) { nType = n; }
|
void SetType(int n) { nType = n; }
|
||||||
|
Loading…
Reference in New Issue
Block a user