X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Futils.c;h=182b6eed7c700cd53579a4bac3cf74a0b1d42f8b;hb=fc6d7a51ee49245f1c24cc33f05a4a8983028f8c;hp=0eb7ab4fe410e561909e0fb0372fb8b5b5bfa96e;hpb=e6576ba27734c57aa6bb69201e740475c049265b;p=lttng-tools.git diff --git a/src/common/utils.c b/src/common/utils.c index 0eb7ab4fe..182b6eed7 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -1202,26 +1202,6 @@ end: return home_dir; } -/* - * Obtain the value of LTTNG_KMOD_PROBES environment variable, if exists. - * Otherwise returns NULL. - */ -LTTNG_HIDDEN -char *utils_get_kmod_probes_list(void) -{ - return lttng_secure_getenv(DEFAULT_LTTNG_KMOD_PROBES); -} - -/* - * Obtain the value of LTTNG_EXTRA_KMOD_PROBES environment variable, if - * exists. Otherwise returns NULL. - */ -LTTNG_HIDDEN -char *utils_get_extra_kmod_probes_list(void) -{ - return lttng_secure_getenv(DEFAULT_LTTNG_EXTRA_KMOD_PROBES); -} - /* * With the given format, fill dst with the time of len maximum siz. *