From a99beeb1fac6e70b04e749fb2d7ed6b35df7613d Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 14 Apr 2022 13:34:57 -0400 Subject: [PATCH] Remove LTTNG_UST_ABI_KEY_TOKEN_STRING_LEN_MAX from ust ABI Signed-off-by: Mathieu Desnoyers Change-Id: I4290633f4f72b1420986ab7f0dcd2eb8bb5df3c0 --- include/lttng/ust-abi.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index 9823b3f4..9816862f 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -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. */ -- 2.34.1