Commit bc72c596 bc72c596ab8f28038d0763b354b55594a321d2f1 by Sergey Poznyakoff

(expand_line): Removed unused variable.

1 parent 7e409fbc
...@@ -199,7 +199,7 @@ static char * ...@@ -199,7 +199,7 @@ static char *
199 expand_line (const char *str, message_t msg) 199 expand_line (const char *str, message_t msg)
200 { 200 {
201 const char *p; 201 const char *p;
202 int c = 0, len; 202 int c = 0;
203 struct obstack stk; 203 struct obstack stk;
204 204
205 if (!*str) 205 if (!*str)
......