mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue