From: David Goulet Date: Tue, 21 Aug 2012 15:49:44 +0000 (-0400) Subject: Remove unused define in lttng.h X-Git-Tag: v2.1.0-rc2~6 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=cc2089fd7af3feb0c54c8d80e60eaa792f11de61;hp=32a6298d8929c91842c9a5c09f1a3f4660c32eec;ds=sidebyside Remove unused define in lttng.h Signed-off-by: David Goulet --- 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.