Implement __rb_same_type
[lttng-ust.git] / include / lttng / core.h
index 0c483e8847e4fe0be3cd4e6c3b69997586d32a0c..2b962d5fe4d3f9a2237fcc36a94d1f2c2ac707f0 100644 (file)
@@ -107,12 +107,4 @@ static inline unsigned int hweight32(unsigned int w)
        return (res + (res >> 16)) & 0x000000FF;
 }
 
-#ifndef inline_memcpy
-#define inline_memcpy memcpy
-#endif
-
-#ifndef __same_type
-#define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b))
-#endif
-
 #endif /* UST_CORE_H */
This page took 0.023859 seconds and 4 git commands to generate.