diff --git a/src/streams.h b/src/streams.h index af4d1c8010..c12ba8777a 100644 --- a/src/streams.h +++ b/src/streams.h @@ -366,7 +366,6 @@ public: ::SerializeMany(*this, std::forward(args)...); } - void SetType(int n) { nType = n; } int GetType() const { return nType; } void SetVersion(int n) { nVersion = n; } int GetVersion() const { return nVersion; }