Prepare for '-Wignored-qualifiers'
[lttng-tools.git] / src / common / macros.h
index 3e175735083a9df7d390cdad5cc5fa43a20c4c26..6b8eaf711df21e99612956d1723606bca01c1dff 100644 (file)
@@ -69,8 +69,6 @@ void *zmalloc(size_t len)
 #endif
 #endif
 
-#define is_signed(type) (((type) -1) < (type) 1)
-
 #define member_sizeof(type, field)     sizeof(((type *) 0)->field)
 
 #define ASSERT_LOCKED(lock) LTTNG_ASSERT(pthread_mutex_trylock(&lock))
This page took 0.022726 seconds and 4 git commands to generate.