From cc2089fd7af3feb0c54c8d80e60eaa792f11de61 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 21 Aug 2012 11:49:44 -0400 Subject: [PATCH] Remove unused define in lttng.h Signed-off-by: David Goulet --- include/lttng/lttng.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index d421ca518..b1c828924 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -31,12 +31,6 @@ */ #define LTTNG_SYMBOL_NAME_LEN 256 -/* - * Maximum length of a domain name. This is the limit for the total length of a - * domain name specified by the RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt) - */ -#define LTTNG_MAX_DNNAME 255 - /* * Every lttng_event_* structure both apply to kernel event and user-space * event. -- 2.34.1