X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Futils.c;h=182b6eed7c700cd53579a4bac3cf74a0b1d42f8b;hp=0eb7ab4fe410e561909e0fb0372fb8b5b5bfa96e;hb=e6142f2e647e83238b1e399b1264e8adb05409f9;hpb=25986cde0913d96be75b0d5fdf4dc2959f1e7e11 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. *