From 4fd382ea29c6492f4776aa29b8b298d3c4a98d01 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 4 Apr 2001 19:33:32 +0000 Subject: [PATCH] Remove unused optarg variable --- editors/vi.c | 3 +-- vi.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/editors/vi.c b/editors/vi.c index 07dccb611..e4014362d 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -19,7 +19,7 @@ */ char *vi_Version = - "$Id: vi.c,v 1.2 2001/04/04 19:29:48 andersen Exp $"; + "$Id: vi.c,v 1.3 2001/04/04 19:33:32 andersen Exp $"; /* * To compile for standalone use: @@ -296,7 +296,6 @@ static int crashme = 0; extern int vi_main(int argc, char **argv) { - extern char *optarg; int c; #ifdef BB_FEATURE_VI_YANKMARK diff --git a/vi.c b/vi.c index 07dccb611..e4014362d 100644 --- a/vi.c +++ b/vi.c @@ -19,7 +19,7 @@ */ char *vi_Version = - "$Id: vi.c,v 1.2 2001/04/04 19:29:48 andersen Exp $"; + "$Id: vi.c,v 1.3 2001/04/04 19:33:32 andersen Exp $"; /* * To compile for standalone use: @@ -296,7 +296,6 @@ static int crashme = 0; extern int vi_main(int argc, char **argv) { - extern char *optarg; int c; #ifdef BB_FEATURE_VI_YANKMARK