From bc72c596ab8f28038d0763b354b55594a321d2f1 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 15 Jan 2002 21:55:24 +0000 Subject: (expand_line): Removed unused variable. --- comsat/action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comsat/action.c') diff --git a/comsat/action.c b/comsat/action.c index bf4d0af58..ca729d4ee 100644 --- a/comsat/action.c +++ b/comsat/action.c @@ -199,7 +199,7 @@ static char * expand_line (const char *str, message_t msg) { const char *p; - int c = 0, len; + int c = 0; struct obstack stk; if (!*str) -- cgit v1.2.1