From 132bebb2b235d99f99bdf65c68189a0686818cea Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 9 Apr 2013 15:22:13 +0200 Subject: [PATCH] Simplify code by removing comment --- src/suricata.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/suricata.c b/src/suricata.c index 48314e47f5..38129ae632 100644 --- a/src/suricata.c +++ b/src/suricata.c @@ -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(); }