Packets: added GenericTLVParserRegistry
[senf.git] / senf / Packets / PacketParser.hh
index 3eb5d6a..ea2d64f 100644 (file)
@@ -299,9 +299,6 @@ namespace senf {
             ParserProtector( PacketParserBase const * parser);
             ParserProtector(ParserProtector const & other_);
             ~ParserProtector();
-            
-            template <class _>
-            void operator()(_ const &) const {}
         };
     protected:
         ParserProtector protect() const;