Fix float/double handling
[lttng-ust.git] / include / ust / lttng-events.h
index b15182c80f08357c08426f97acb223a788314e9c..8f1c98d32eed261964cb9616aa072032a86c04ca 100644 (file)
@@ -87,7 +87,6 @@ struct lttng_integer_type {
                                - _float_mant_dig(_type),       \
                  .mant_dig = _float_mant_dig(_type),           \
                  .alignment = lttng_alignof(_type) * CHAR_BIT, \
-                 .signedness = lttng_is_signed_type(_type),    \
                  .reverse_byte_order = __BYTE_ORDER != __FLOAT_WORD_ORDER, \
                },                                              \
        }                                                       \
This page took 0.024282 seconds and 4 git commands to generate.