summaryrefslogtreecommitdiff
path: root/buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.cpp')
-rw-r--r--buffer.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/buffer.cpp b/buffer.cpp
index e85500d..11387da 100644
--- a/buffer.cpp
+++ b/buffer.cpp
@@ -225,10 +225,3 @@ Buffer Buffer::rightByteShift(u_int32_t width) const
return res;
}
-template<class Archive>
-void Buffer::serialize(Archive & ar, const unsigned int version)
-{
- ar & length_;
- ar & buf_;
-}
-