src/common/packet-history.h
changeset 874 85c528e8eb0b
parent 873 2aab1eb32b12
child 876 850783184c36
--- a/src/common/packet-history.h	Thu Jun 07 11:21:21 2007 +0200
+++ b/src/common/packet-history.h	Thu Jun 07 11:38:06 2007 +0200
@@ -64,8 +64,6 @@
   void PrintDefault (std::ostream &os, Buffer buffer) const;
   void Print (std::ostream &os, Buffer buffer, PacketPrinter const &printer) const;
 
-  static void PrintStats (void);
-
 private:
   /**
      head -(next)-> tail
@@ -115,8 +113,6 @@
   inline bool TryToAppendFast (uint32_t value, uint8_t **pBuffer, uint8_t *end);
   inline bool TryToAppend32 (uint32_t value, uint8_t **pBuffer, uint8_t *end);
   inline bool TryToAppend16 (uint16_t value, uint8_t **pBuffer, uint8_t *end);
-  void AppendValue (uint32_t value, uint8_t *buffer);
-  void AppendValueExtra (uint32_t value, uint8_t *buffer);
   inline void Reserve (uint32_t n);
   void ReserveCopy (uint32_t n);
   uint32_t DoPrint (struct PacketHistory::SmallItem *item, uint32_t current,