From 2a67b9150a9b5c3c31673018cc6ff64275f8cc10 Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Wed, 27 Sep 2017 13:18:43 +0000 Subject: [PATCH] bgpd: remove clippy references in bgp_debug.c Signed-off-by: Daniel Walton --- bgpd/Makefile.am | 1 - bgpd/bgp_debug.c | 4 ---- 2 files changed, 5 deletions(-) diff --git a/bgpd/Makefile.am b/bgpd/Makefile.am index 0ec5a778bb..1f2602c059 100644 --- a/bgpd/Makefile.am +++ b/bgpd/Makefile.am @@ -119,7 +119,6 @@ dist_examples_DATA = bgpd.conf.sample bgpd.conf.sample2 \ bgpd.conf.vnc.sample bgp_vty.o: bgp_vty_clippy.c -bgp_debug.o: bgp_debug_clippy.c EXTRA_DIST = BGP4-MIB.txt diff --git a/bgpd/bgp_debug.c b/bgpd/bgp_debug.c index 36ac73ae01..6de9ba3cc6 100644 --- a/bgpd/bgp_debug.c +++ b/bgpd/bgp_debug.c @@ -865,10 +865,6 @@ DEFUN (no_debug_bgp_keepalive_peer, return CMD_SUCCESS; } -#ifndef VTYSH_EXTRACT_PL -#include "bgp_debug_clippy.c" -#endif - /* debug bgp bestpath */ DEFUN (debug_bgp_bestpath_prefix, debug_bgp_bestpath_prefix_cmd, -- 2.39.5