From 6e0062eb2ed99112ddd267dde07618157737c923 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Sun, 1 May 2016 10:11:06 +0200 Subject: [PATCH] sipcapture: removed unused variable to fix complier warning --- modules/sipcapture/sipcapture.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/sipcapture/sipcapture.c b/modules/sipcapture/sipcapture.c index 3b0a0214385..8a3fb7b1a69 100644 --- a/modules/sipcapture/sipcapture.c +++ b/modules/sipcapture/sipcapture.c @@ -1556,7 +1556,6 @@ static int sip_capture(struct sip_msg *msg, str *_table, _capture_mode_data_t * struct timeval tvb; struct timezone tz; char tmp_node[100]; - unsigned int len = 0; LM_DBG("CAPTURE DEBUG...\n");