Fix debian package build
[senf.git] / senf / Packets / ListNParser.ih
index f50bbfd..db54348 100644 (file)
@@ -58,11 +58,9 @@ namespace detail {
         size_type size   (data_iterator i, state_type s) const;
         void      init   (data_iterator i, state_type s) const;
         
-        void      construct (container_type & c) const;
-        void      destruct  (container_type & c) const;
-        void      erase     (container_type & c, data_iterator p) const;
-        void      insert    (container_type & c, data_iterator p) const;
-        void      update    (container_type const & c) const;
+        void      erase  (container_type & c, data_iterator p) const;
+        void      insert (container_type & c, data_iterator p) const;
+        void      update (container_type const & c) const;
 
         /** Internal: ListNParser iterator specific data */
         struct iterator_data {