The define is not used since virFileIsAbsPath() has been dropped.
Signed-off-by: Fabiano FidĂȘncio <fidencio(a)redhat.com>
---
src/util/virfile.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/util/virfile.h b/src/util/virfile.h
index 550d06ce94..3fd1795813 100644
--- a/src/util/virfile.h
+++ b/src/util/virfile.h
@@ -285,7 +285,6 @@ char *virFileBuildPath(const char *dir,
*/
# define VIR_FILE_DIR_SEPARATOR '\\'
# define VIR_FILE_DIR_SEPARATOR_S "\\"
-# define VIR_FILE_IS_DIR_SEPARATOR(c) ((c) == VIR_FILE_DIR_SEPARATOR || (c) ==
'/')
# define VIR_FILE_PATH_SEPARATOR ';'
# define VIR_FILE_PATH_SEPARATOR_S ";"
@@ -293,7 +292,6 @@ char *virFileBuildPath(const char *dir,
# define VIR_FILE_DIR_SEPARATOR '/'
# define VIR_FILE_DIR_SEPARATOR_S "/"
-# define VIR_FILE_IS_DIR_SEPARATOR(c) ((c) == VIR_FILE_DIR_SEPARATOR)
# define VIR_FILE_PATH_SEPARATOR ':'
# define VIR_FILE_PATH_SEPARATOR_S ":"
--
2.23.0