mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-20 07:00:44 +02:00
Remove unused CDataStream::SetType
The last use was removed in the previous commit.
This commit is contained in:
parent
fa29e73cda
commit
fa035fe2d6
@ -366,7 +366,6 @@ public:
|
|||||||
::SerializeMany(*this, std::forward<Args>(args)...);
|
::SerializeMany(*this, std::forward<Args>(args)...);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetType(int n) { nType = n; }
|
|
||||||
int GetType() const { return nType; }
|
int GetType() const { return nType; }
|
||||||
void SetVersion(int n) { nVersion = n; }
|
void SetVersion(int n) { nVersion = n; }
|
||||||
int GetVersion() const { return nVersion; }
|
int GetVersion() const { return nVersion; }
|
||||||
|
Loading…
Reference in New Issue
Block a user