cleanup: Remove redefinition of CHAR_BIT
[lttng-ust.git] / include / lttng / ust-tracer.h
index acc475bfe1dde65bb16a239652b359568da6448c..b451eae626f427058cd0e77dc686b2a31795a705 100644 (file)
@@ -9,8 +9,6 @@
 #ifndef _LTTNG_UST_TRACER_H
 #define _LTTNG_UST_TRACER_H
 
-#include <limits.h>
-
 #include <lttng/ust-arch.h>
 #include <lttng/ust-compiler.h>
 #include <lttng/ust-config.h>
 #define RING_BUFFER_ALIGN
 #endif
 
-#ifndef CHAR_BIT
-#define CHAR_BIT 8
-#endif
-
 #ifdef RING_BUFFER_ALIGN
 #define lttng_alignof(type)    __alignof__(type)
 #else
This page took 0.02345 seconds and 4 git commands to generate.