X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=include%2Furcu%2Fcompiler.h;fp=include%2Furcu%2Fcompiler.h;h=34eb564bb77795e9e77d21983240c3327b3401d1;hp=157346763078a3ec1d73b7c65618ed1bd98b325f;hb=087bce43020d2b45dab2dd8ecd6b0d6949c626f3;hpb=e915ab84fd0c02d37504f3eb1e1f3be93ea6dc37 diff --git a/include/urcu/compiler.h b/include/urcu/compiler.h index 1573467..34eb564 100644 --- a/include/urcu/compiler.h +++ b/include/urcu/compiler.h @@ -119,10 +119,4 @@ + __GNUC_PATCHLEVEL__) #endif -#ifndef __cplusplus -#define caa_c_transparent_union __attribute__((__transparent_union__)) -#else -#define caa_c_transparent_union -#endif - #endif /* _URCU_COMPILER_H */