X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Futils.c;h=182b6eed7c700cd53579a4bac3cf74a0b1d42f8b;hb=87c3f04b102fced6eaaffb2ede4ec14df999f238;hp=0eb7ab4fe410e561909e0fb0372fb8b5b5bfa96e;hpb=bbf3690b8cc0bf63812b6671a752e769d8d5cb8a;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. *