X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVPIT-XSHelpers.git;a=blobdiff_plain;f=xsh%2Futil.h;fp=xsh%2Futil.h;h=599dbf4407e4cd63fca47549e44e6dc1e04d21ee;hp=c4be169306c4c7255a4dffb99f74e4471bf39a66;hb=ae9dac2afcda73d39905af2af302aada956ea92d;hpb=1536a5dd62387d25653e80e8cfe2e0e86f5230ed diff --git a/xsh/util.h b/xsh/util.h index c4be169..599dbf4 100644 --- a/xsh/util.h +++ b/xsh/util.h @@ -23,13 +23,6 @@ # define XSH_ASSERT(C) #endif -#undef VOID2 -#ifdef __cplusplus -# define VOID2(T, P) static_cast(P) -#else -# define VOID2(T, P) (P) -#endif - #ifndef STMT_START # define STMT_START do #endif