mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-14 23:29:56 +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)...);
|
||||
}
|
||||
|
||||
void SetType(int n) { nType = n; }
|
||||
int GetType() const { return nType; }
|
||||
void SetVersion(int n) { nVersion = n; }
|
||||
int GetVersion() const { return nVersion; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user