summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/zebra.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index 0b8b654c..e5c1cec8 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -280,7 +280,6 @@ struct in_pktinfo
#define HAVE_IP_HDRINCL_BSD_ORDER
#endif
-/*
/* MAX / MIN are not commonly defined, but useful */
#ifndef MAX
#define MAX(a, b) ((a) > (b) ? (a) : (b))