Commit bc72c596 bc72c596ab8f28038d0763b354b55594a321d2f1 by Sergey Poznyakoff

(expand_line): Removed unused variable.

1 parent 7e409fbc
......@@ -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)
......