We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1253f86 commit 50e8a9cCopy full SHA for 50e8a9c
src/streams.h
@@ -254,8 +254,6 @@ class CDataStream
254
int GetType() { return nType; }
255
void SetVersion(int n) { nVersion = n; }
256
int GetVersion() { return nVersion; }
257
- void ReadVersion() { *this >> nVersion; }
258
- void WriteVersion() { *this << nVersion; }
259
260
CDataStream& read(char* pch, size_t nSize)
261
{
@@ -434,8 +432,6 @@ class CAutoFile
434
432
435
433
436
437
438
439
440
CAutoFile& read(char* pch, size_t nSize)
441
0 commit comments