X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fmacros.h;fp=src%2Fcommon%2Fmacros.h;h=6b8eaf711df21e99612956d1723606bca01c1dff;hp=3e175735083a9df7d390cdad5cc5fa43a20c4c26;hb=c10f9cdd994258358bb3766c2e92dab71e4ceef2;hpb=f46376a14da2eb796690cb4e718e8b213839d6ea diff --git a/src/common/macros.h b/src/common/macros.h index 3e1757350..6b8eaf711 100644 --- a/src/common/macros.h +++ b/src/common/macros.h @@ -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))