diff options
Diffstat (limited to 'ripngd/ripng_debug.c')
| -rw-r--r-- | ripngd/ripng_debug.c | 7 | 
1 files changed, 0 insertions, 7 deletions
diff --git a/ripngd/ripng_debug.c b/ripngd/ripng_debug.c index c8cad23add..c56ff12627 100644 --- a/ripngd/ripng_debug.c +++ b/ripngd/ripng_debug.c @@ -207,13 +207,6 @@ static int config_write_debug(struct vty *vty)  	return write;  } -void ripng_debug_reset() -{ -	ripng_debug_event = 0; -	ripng_debug_packet = 0; -	ripng_debug_zebra = 0; -} -  void ripng_debug_init()  {  	ripng_debug_event = 0;  | 
