aboutsummaryrefslogtreecommitdiff
path: root/src/streams.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/streams.h')
-rw-r--r--src/streams.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/streams.h b/src/streams.h
index 12a36a4a70..d9965b534d 100644
--- a/src/streams.h
+++ b/src/streams.h
@@ -309,13 +309,6 @@ public:
}
template<typename T>
- unsigned int GetSerializeSize(const T& obj)
- {
- // Tells the size of the object if serialized to this stream
- return ::GetSerializeSize(obj, nType, nVersion);
- }
-
- template<typename T>
CDataStream& operator<<(const T& obj)
{
// Serialize to this stream
@@ -458,13 +451,6 @@ public:
}
template<typename T>
- unsigned int GetSerializeSize(const T& obj)
- {
- // Tells the size of the object if serialized to this stream
- return ::GetSerializeSize(obj, nType, nVersion);
- }
-
- template<typename T>
CAutoFile& operator<<(const T& obj)
{
// Serialize to this stream