summaryrefslogtreecommitdiff
path: root/comsat/action.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-01-15 21:55:24 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-01-15 21:55:24 +0000
commitbc72c596ab8f28038d0763b354b55594a321d2f1 (patch)
treeae43efe982cdc669498fadf74fdec3de5bf9c0e3 /comsat/action.c
parent7e409fbc6a86d401b51c04dfc01ed35b3934747e (diff)
downloadmailutils-bc72c596ab8f28038d0763b354b55594a321d2f1.tar.gz
mailutils-bc72c596ab8f28038d0763b354b55594a321d2f1.tar.bz2
(expand_line): Removed unused variable.
Diffstat (limited to 'comsat/action.c')
-rw-r--r--comsat/action.c2
1 files changed, 1 insertions, 1 deletions
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)

Return to:

Send suggestions and report system problems to the System administrator.