X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FPacketParser.hh;h=ea2d64ffcd2c3b7d8a73187c02b42b256420b4ff;hb=9ffdaae4804503c4f36a53747c852a87ee626b9e;hp=3eb5d6a9e6f6ad78c1d78387ffd1c92a277259ac;hpb=f723d7852a8195072eee387ea9ca77156b58438b;p=senf.git diff --git a/senf/Packets/PacketParser.hh b/senf/Packets/PacketParser.hh index 3eb5d6a..ea2d64f 100644 --- a/senf/Packets/PacketParser.hh +++ b/senf/Packets/PacketParser.hh @@ -299,9 +299,6 @@ namespace senf { ParserProtector( PacketParserBase const * parser); ParserProtector(ParserProtector const & other_); ~ParserProtector(); - - template - void operator()(_ const &) const {} }; protected: ParserProtector protect() const;