]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
delete cruft
authorRuss Combs <rucombs@cisco.com>
Sun, 26 Oct 2014 16:11:56 +0000 (12:11 -0400)
committerRuss Combs <rucombs@cisco.com>
Sun, 26 Oct 2014 16:11:56 +0000 (12:11 -0400)
src/network_inspectors/binder/binder.cc

index fcaf64f3eb576a9f7668024d23bbfe91ef1dce2b..cf2c3eaf14fd3f9b5ce97e89d6e75b952169e112 100644 (file)
@@ -328,15 +328,6 @@ void Stuff::apply_service(Flow* flow)
 
     else if ( wizard )
         flow->set_clouseau(wizard);
-#if 0
-    else
-    {
-        Inspector* ins = InspectorManager::get_wizard();
-
-        if ( ins )
-            flow->set_clouseau(ins);
-    }
-#endif
 }
 
 //-------------------------------------------------------------------------