mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
Remove unused CDataStream::SetType
The last use was removed in the previous commit.
This commit is contained in:
parent
fa29e73cda
commit
fa035fe2d6
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue