]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
Simplify code by removing comment
authorEric Leblond <eric@regit.org>
Tue, 9 Apr 2013 13:22:13 +0000 (15:22 +0200)
committerEric Leblond <eric@regit.org>
Mon, 29 Jul 2013 12:33:42 +0000 (14:33 +0200)
src/suricata.c

index 48314e47f553deaa99c623e92864b7fb5af8896f..38129ae63274bc5b33a53de2d9752df751d2468d 100644 (file)
@@ -1874,13 +1874,7 @@ int main(int argc, char **argv)
         /* Spawn the flow manager thread */
         FlowManagerThreadSpawn();
         StreamTcpInitConfig(STREAM_VERBOSE);
-    }
-
-    /* Spawn the L7 App Detect thread */
-    //AppLayerDetectProtoThreadSpawn();
 
-    /* Spawn the perf counter threads.  Let these be the last one spawned */
-    if (run_mode != RUNMODE_UNIX_SOCKET) {
         SCPerfSpawnThreads();
     }