src/common/packet-metadata.h
changeset 2877 1e8a42e5d4c1
parent 2834 1aab57845b07
child 3052 f64799121881
--- a/src/common/packet-metadata.h	Fri Apr 04 07:28:27 2008 +0200
+++ b/src/common/packet-metadata.h	Fri Apr 04 19:02:03 2008 +0200
@@ -124,7 +124,6 @@
   };
 
   static void Enable (void);
-  static void SetOptOne (bool optOne);
 
   inline PacketMetadata (uint32_t uid, uint32_t size);
   inline PacketMetadata (PacketMetadata const &o);
@@ -254,7 +253,6 @@
   uint32_t ReadUleb128 (const uint8_t **pBuffer) const;
   inline void Append16 (uint16_t value, uint8_t *buffer);
   inline bool TryToAppend (uint32_t value, uint8_t **pBuffer, uint8_t *end);
-  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);