From 7f6072f9aecf1dffe2bced2989a77a1c0ea05563 Mon Sep 17 00:00:00 2001 From: proski Date: Fri, 23 Nov 2007 07:41:07 +0000 Subject: [PATCH] Remove __printflike definition, it's not used anywhere in the code git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2930 0192ed92-7a03-0410-a25b-9323aeb14dbd --- include/compat.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/compat.h b/include/compat.h index 788e38b..af11708 100644 --- a/include/compat.h +++ b/include/compat.h @@ -83,8 +83,6 @@ #define __packed __attribute__((__packed__)) #endif -#define __printflike(_a,_b) \ - __attribute__ ((__format__ (__printf__, _a, _b))) #define __offsetof(t,m) offsetof(t,m) #ifndef ALIGNED_POINTER