Skip to content

Commit fa035fe

Browse files
author
MarcoFalke
committed
Remove unused CDataStream::SetType
The last use was removed in the previous commit.
1 parent fa29e73 commit fa035fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/streams.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ class CDataStream : public DataStream
366366
::SerializeMany(*this, std::forward<Args>(args)...);
367367
}
368368

369-
void SetType(int n) { nType = n; }
370369
int GetType() const { return nType; }
371370
void SetVersion(int n) { nVersion = n; }
372371
int GetVersion() const { return nVersion; }

0 commit comments

Comments
 (0)