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
This commit is contained in:
proski 2007-11-23 07:41:07 +00:00
parent 18178f002d
commit 7f6072f9ae

View File

@ -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