X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fpath.h;fp=src%2Fcommon%2Fpath.h;h=0000000000000000000000000000000000000000;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=3f81eeb202e0f1bdd82214dd8c2fffcfd9e33945;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;p=lttng-tools.git diff --git a/src/common/path.h b/src/common/path.h deleted file mode 100644 index 3f81eeb20..000000000 --- a/src/common/path.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Copyright (C) 2021 Mathieu Desnoyers - * - * SPDX-License-Identifier: GPL-2.0-only - */ - -#ifndef _COMMON_PATH_H -#define _COMMON_PATH_H - -char *utils_expand_path(const char *path); -char *utils_expand_path_keep_symlink(const char *path); - -#endif /* _COMMON_PATH_H */