Amir - rev 198

Log:
Removed unused variable in interface.c
This commit is contained in:
paul 2003-04-09 07:16:59 +00:00
parent 960182aaf0
commit b571e7fc5f

View File

@ -809,7 +809,6 @@ DEFUN (linkdetect,
"link-detect",
"Enable link detection on interface\n")
{
int ret;
struct interface *ifp;
int if_was_operative;
@ -833,7 +832,6 @@ DEFUN (no_linkdetect,
NO_STR
"Disable link detection on interface\n")
{
int ret;
struct interface *ifp;
int if_was_operative;