From: Eric Leblond Date: Tue, 9 Apr 2013 13:22:13 +0000 (+0200) Subject: Simplify code by removing comment X-Git-Tag: suricata-2.0beta2~458 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=132bebb2b235d99f99bdf65c68189a0686818cea;p=thirdparty%2Fsuricata.git Simplify code by removing comment --- 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(); }