X-Git-Url: http://g0dil.de/git?p=senf.git;a=blobdiff_plain;f=senf%2FPackets%2FPacketInterpreter.cti;fp=senf%2FPackets%2FPacketInterpreter.cti;h=459580bf926a504066efe4f8b0d07143988991c6;hp=bafdf9eaeb6a4863425e9a95dcd1ef4289f0b267;hb=16c01d1d27fd418ed90da642c69391199f6e5dc7;hpb=55b4c5a3afcf821031cef2ca7089fbdfd77d513a diff --git a/senf/Packets/PacketInterpreter.cti b/senf/Packets/PacketInterpreter.cti index bafdf9e..459580b 100644 --- a/senf/Packets/PacketInterpreter.cti +++ b/senf/Packets/PacketInterpreter.cti @@ -41,14 +41,6 @@ // Interpreter chain access template -prefix_ bool senf::PacketInterpreterBase::is() -{ - // ensure that the template argument is included in the corresponding object file when linking: - { static typename PacketInterpreter::factory_t _ (PacketInterpreter::factory()); (void) _;} - return dynamic_cast< PacketInterpreter* >(this); -} - -template prefix_ typename senf::PacketInterpreter::ptr senf::PacketInterpreterBase::as() { // ensure that the template argument is included in the corresponding object file when linking: