summaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/buffer.h b/buffer.h
index a9601fe..17e1154 100644
--- a/buffer.h
+++ b/buffer.h
@@ -36,12 +36,6 @@
class TunDevice;
class UDPPacketSource;
-namespace boost {
- namespace serialization {
- class access;
- }
-}
-
class Buffer
{
public:
@@ -75,10 +69,6 @@ protected:
u_int8_t *buf_;
u_int32_t length_;
-private:
- friend class boost::serialization::access;
- template<class Archive>
- void serialize(Archive & ar, const unsigned int version);
};
#endif