[libvirt] [PATCH 0/3] Remove unused virFile*() functions

Fabiano Fidêncio fidencio at redhat.com
Wed Dec 18 19:59:00 UTC 2019


- virFileSkipRoot() is no longer used since faf2d811f3e9a4;
- virFileIsAbsPath() is no longer used since faf2d811f3e9a4;
- VIR_FILE_IS_DIR_SEPARATOR is no longer used since virFileIsAbsPath has
  been dropped;

Fabiano Fidêncio (3):
  util: Remove virFileSkipRoot()
  util: Remove virFileIsAbsPath()
  util: Remove VIR_FILE_IS_DIR_SEPARATOR

 src/libvirt_private.syms |  2 --
 src/util/virfile.c       | 73 ----------------------------------------
 src/util/virfile.h       |  4 ---
 3 files changed, 79 deletions(-)

-- 
2.23.0




More information about the libvir-list mailing list