summaryrefslogtreecommitdiff
path: root/src/rdiff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rdiff.c')
-rw-r--r--src/rdiff.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rdiff.c b/src/rdiff.c
index 7e6c5ee..b2ebe60 100644
--- a/src/rdiff.c
+++ b/src/rdiff.c
@@ -124,8 +124,6 @@ static void rdiff_no_more_args(poptContext opcon)
static void bad_option(poptContext opcon, int error)
{
- char msgbuf[1000];
-
fprintf(stderr, "%s: %s: %s",
PROGRAM, poptStrerror(error), poptBadOption(opcon, 0));
exit(RS_SYNTAX_ERROR);