summaryrefslogtreecommitdiff
path: root/vtysh/vtysh_main.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-07 21:40:25 +0000
committerhasso <hasso>2004-10-07 21:40:25 +0000
commitdda095222f30c8bee6edc46f2c1babb66f9e699d (patch)
tree25b33dc3ed6fc992f5cf8b8e055da1ddc8d2b747 /vtysh/vtysh_main.c
parentea8e9d972e8775f3e1c4e03fbacb18a42e8c4177 (diff)
Vtysh compiles cleanly as well.
Diffstat (limited to 'vtysh/vtysh_main.c')
-rw-r--r--vtysh/vtysh_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c
index 5f7856cf..7f8e0592 100644
--- a/vtysh/vtysh_main.c
+++ b/vtysh/vtysh_main.c
@@ -190,7 +190,6 @@ main (int argc, char **argv, char **env)
int eval_flag = 0;
int boot_flag = 0;
char *eval_line = NULL;
- char *integrated_file = NULL;
/* Preserve name of myself. */
progname = ((p = strrchr (argv[0], '/')) ? ++p : argv[0]);