From 6a0eb6885b80260294673078dc97eb47b9ad753f Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 16 Mar 2021 10:54:51 +0100 Subject: *: drop zassert.h It's not actually working properly... Signed-off-by: David Lamparter --- lib/clippy.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/clippy.c') diff --git a/lib/clippy.c b/lib/clippy.c index 6223697ae9..f1923d2a56 100644 --- a/lib/clippy.c +++ b/lib/clippy.c @@ -106,12 +106,7 @@ int main(int argc, char **argv) /* and now for the ugly part... provide simplified logging functions so we * don't need to link libzebra (which would be a circular build dep) */ -#ifdef __ASSERT_FUNCTION -#undef __ASSERT_FUNCTION -#endif - #include "log.h" -#include "zassert.h" void vzlogx(const struct xref_logmsg *xref, int prio, const char *format, va_list args) -- cgit v1.2.3