diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/netlink-local.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/netlink-local.h b/include/netlink-local.h index b7b9b7f..ed398ad 100644 --- a/include/netlink-local.h +++ b/include/netlink-local.h @@ -124,9 +124,6 @@ static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg) #define __exit __attribute__ ((destructor)) #define __deprecated __attribute__ ((deprecated)) -#define P_ACCEPT 0 -#define P_IGNORE 0 - #define min(x,y) ({ \ typeof(x) _x = (x); \ typeof(y) _y = (y); \ |