Merge bitcoin/bitcoin#26258: refactor: Remove unused CDataStream::rdbuf method

fabbbe32ee Remove unused CDataStream::rdbuf method (MacroFake)

Pull request description:

  It is unused and seems unlikely to be ever used.

ACKs for top commit:
  theStack:
    Code-review ACK fabbbe32ee
  aureleoules:
    ACK fabbbe32ee

Tree-SHA512: 5804642658f96a0fb51482ebf3a062bb0f997c1e0527455afa4aceeeb6c1ad139a98b14a7c8a0909daba733a83bdc24fcadad45060ead4be6eb3dc3e66c129e2
This commit is contained in:
fanquake 2022-10-10 14:09:12 +08:00
commit cf3db7c256
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

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