summaryrefslogtreecommitdiff
path: root/buffer.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-11 09:09:48 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-11 09:09:48 +0000
commit2c55bc987c93a1857e3cdaf8c8f1cea60483ab1e (patch)
tree4fe9123029c7ec61a18102873d5b753fbd4700e3 /buffer.cpp
parentsome cleanups (diff)
added syncbuffer
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_;
-}
-