diff options
author | Daniel Walton <dwalton@cumulusnetworks.com> | 2017-09-27 15:18:43 +0200 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2017-09-27 15:18:43 +0200 |
commit | 2a67b9150a9b5c3c31673018cc6ff64275f8cc10 (patch) | |
tree | 9455a53cea71da2cb8d628e26c00344b12fdac26 /bgpd/Makefile.am | |
parent | *: watchfrr needs 'show debugging' DEFUN (diff) | |
download | frr-2a67b9150a9b5c3c31673018cc6ff64275f8cc10.tar.xz frr-2a67b9150a9b5c3c31673018cc6ff64275f8cc10.zip |
bgpd: remove clippy references in bgp_debug.c
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to 'bgpd/Makefile.am')
-rw-r--r-- | bgpd/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/Makefile.am b/bgpd/Makefile.am index 0ec5a778b..1f2602c05 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 |