diff options
| author | David Lamparter <equinox@diac24.net> | 2021-03-16 10:54:51 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2021-04-23 12:06:35 +0200 | 
| commit | 6a0eb6885b80260294673078dc97eb47b9ad753f (patch) | |
| tree | 15989b8d64d73c91321ceeb1d4f455b440b3fee7 /bgpd/bgp_io.c | |
| parent | 1f8031f79a5f2af850d20dfff193e4d0571cb8d3 (diff) | |
*: drop zassert.h
It's not actually working properly...
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_io.c')
| -rw-r--r-- | bgpd/bgp_io.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_io.c b/bgpd/bgp_io.c index c2d8cae580..9ab426e90c 100644 --- a/bgpd/bgp_io.c +++ b/bgpd/bgp_io.c @@ -32,7 +32,6 @@  #include "stream.h"		// for stream_get_endp, stream_getw_from, str...  #include "ringbuf.h"		// for ringbuf_remain, ringbuf_peek, ringbuf_...  #include "thread.h"		// for THREAD_OFF, THREAD_ARG, thread... -#include "zassert.h"		// for assert  #include "bgpd/bgp_io.h"  #include "bgpd/bgp_debug.h"	// for bgp_debug_neighbor_events, bgp_type_str  | 
