From 69b7cfc38f8deebfe84193e2790b9f537328568f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Wed, 17 Jul 2013 23:26:35 +0200 Subject: [PATCH] Remove unneeded #undef --- src/mbuf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mbuf.c b/src/mbuf.c index 97c1c6e..6d735ab 100644 --- a/src/mbuf.c +++ b/src/mbuf.c @@ -117,5 +117,3 @@ struct MBuf *uc_mbuf_copy_data(struct MBuf *mbuf) return copy; } -#undef UC_INLINE -