0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

Remove unused CDataStream::rdbuf method

It is unused and seems unlikely to be ever used.
This commit is contained in:
MacroFake 2022-06-07 18:14:06 +02:00
parent b2e6d37b51
commit fabbbe32ee
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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; }