Remove LTTNG_UST_ABI_KEY_TOKEN_STRING_LEN_MAX from ust ABI
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 14 Apr 2022 17:34:57 +0000 (13:34 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Jul 2024 15:39:51 +0000 (11:39 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I4290633f4f72b1420986ab7f0dcd2eb8bb5df3c0

include/lttng/ust-abi.h

index 9823b3f402ebd364bacae86770f42f4b8633a73b..9816862f656b01c0c8e9be843e609fd34e1bf808 100644 (file)
@@ -125,8 +125,6 @@ enum lttng_ust_abi_counter_bitness {
        LTTNG_UST_ABI_COUNTER_BITNESS_64 = 1,
 };
 
-#define LTTNG_UST_ABI_KEY_TOKEN_STRING_LEN_MAX 4096
-
 struct lttng_ust_abi_counter_key_string {
        uint32_t string_len;            /* string length (includes \0) */
        char str[];                     /* Null-terminated string. */
This page took 0.025283 seconds and 4 git commands to generate.