X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fmi-lttng.c;fp=src%2Fcommon%2Fmi-lttng.c;h=663d38a7d20fe6326bd694972017112507c9b516;hp=aaca5946c8dd0df3c9577b648e5410a7caa77677;hb=1ceda6f154db93be802eeea64bc9eb49840fd402;hpb=54e92d5f4c74203b3aa555b7534fbb540664e0c8 diff --git a/src/common/mi-lttng.c b/src/common/mi-lttng.c index aaca5946c..663d38a7d 100644 --- a/src/common/mi-lttng.c +++ b/src/common/mi-lttng.c @@ -710,7 +710,6 @@ const char *mi_lttng_eventfieldtype_string(enum lttng_event_field_type val) LTTNG_HIDDEN const char *mi_lttng_domaintype_string(enum lttng_domain_type value) { - /* Note: This is a *duplicate* of get_domain_str from bin/lttng/utils.c */ switch (value) { case LTTNG_DOMAIN_KERNEL: return config_domain_type_kernel;