summaryrefslogtreecommitdiff
path: root/vi.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-04 19:33:32 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-04 19:33:32 +0000
commit4fd382ea29c6492f4776aa29b8b298d3c4a98d01 (patch)
tree542145426ba9c3e6eac9e4ffec7c26694d575e2f /vi.c
parent06070532baa68519f6cb6ff22312a99e88e01649 (diff)
downloadbusybox-w32-4fd382ea29c6492f4776aa29b8b298d3c4a98d01.tar.gz
busybox-w32-4fd382ea29c6492f4776aa29b8b298d3c4a98d01.tar.bz2
busybox-w32-4fd382ea29c6492f4776aa29b8b298d3c4a98d01.zip
Remove unused optarg variable
Diffstat (limited to 'vi.c')
-rw-r--r--vi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/vi.c b/vi.c
index 07dccb611..e4014362d 100644
--- a/vi.c
+++ b/vi.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21char *vi_Version = 21char *vi_Version =
22 "$Id: vi.c,v 1.2 2001/04/04 19:29:48 andersen Exp $"; 22 "$Id: vi.c,v 1.3 2001/04/04 19:33:32 andersen Exp $";
23 23
24/* 24/*
25 * To compile for standalone use: 25 * To compile for standalone use:
@@ -296,7 +296,6 @@ static int crashme = 0;
296 296
297extern int vi_main(int argc, char **argv) 297extern int vi_main(int argc, char **argv)
298{ 298{
299 extern char *optarg;
300 int c; 299 int c;
301 300
302#ifdef BB_FEATURE_VI_YANKMARK 301#ifdef BB_FEATURE_VI_YANKMARK