X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Futils.h;h=2ea3d62ce0e92d8722154e5d4db3c83df06eee76;hb=4b082b1252f03d83e732102b97bb6115da5728ab;hp=52dcd01facc1144d3216132248c4925bfa63af58;hpb=a0ca32fb9091fd38038803ab1e167d333fb9443b;p=lttng-tools.git diff --git a/src/common/utils.h b/src/common/utils.h index 52dcd01fa..2ea3d62ce 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -21,8 +21,6 @@ #define MEBI_LOG2 20 #define GIBI_LOG2 30 -char *utils_expand_path(const char *path); -char *utils_expand_path_keep_symlink(const char *path); int utils_create_pipe(int *dst); int utils_create_pipe_cloexec(int *dst); int utils_create_pipe_cloexec_nonblock(int *dst);