mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-31 06:27:49 +00:00
Amir - rev 198
Log: Removed unused variable in interface.c
This commit is contained in:
parent
960182aaf0
commit
b571e7fc5f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user