(expand_line): Removed unused variable.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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) | ... | ... |
-
Please register or sign in to post a comment