diff options
Diffstat (limited to 'buffer.h')
-rw-r--r-- | buffer.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 |