X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fconf.h;h=3bed59c2a09a58bc2c56e5c01c107fe74d4571e7;hp=2cb04b0c7f2c23b0cb6305c869137e9e60d1b404;hb=feb0f3e5900ff58202ea0c3f227de3c1b8291952;hpb=0c7bcad5eaa11b368460759fc87f949e8c56b98f diff --git a/src/bin/lttng/conf.h b/src/bin/lttng/conf.h index 2cb04b0c7..3bed59c2a 100644 --- a/src/bin/lttng/conf.h +++ b/src/bin/lttng/conf.h @@ -25,7 +25,6 @@ void config_destroy_default(void); int config_exists(const char *path); int config_init(char *path); int config_add_session_name(char *path, char *name); -char *config_get_default_path(void); /* Must free() the return pointer */ char *config_read_session_name(char *path);