From fc63e07135d645af0df8d393aa84c0ae3b7e1924 Mon Sep 17 00:00:00 2001 From: Walter Doekes Date: Tue, 17 Apr 2012 18:57:40 +0000 Subject: Avoid cppcheck warnings; removing unused vars and a bit of cleanup. Patch by: junky Review: https://reviewboard.asterisk.org/r/1743/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@362307 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/ast_expr2f.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main/ast_expr2f.c') diff --git a/main/ast_expr2f.c b/main/ast_expr2f.c index c4cce6cf3..675f06b56 100644 --- a/main/ast_expr2f.c +++ b/main/ast_expr2f.c @@ -2448,7 +2448,6 @@ int ast_str_expr(struct ast_str **str, ssize_t maxlen, struct ast_channel *chan, ast_str_set(str, maxlen, "0"); } else { if (io.val->type == AST_EXPR_number) { - int res_length; ast_str_set(str, maxlen, FP___PRINTF, io.val->u.i); } else if (io.val->u.s) { ast_str_set(str, maxlen, "%s", io.val->u.s); -- cgit v1.2.3