From c3559353525c1ed5b368a49220ed10a731b7eeba Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 4 Jul 2021 06:59:07 +0200 Subject: Move is_absolute_path to util --- src/Util.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Util.hpp') diff --git a/src/Util.hpp b/src/Util.hpp index e7ca4600..6e3ed4a4 100644 --- a/src/Util.hpp +++ b/src/Util.hpp @@ -265,9 +265,6 @@ int_to_big_endian(int8_t value, uint8_t* buffer) buffer[0] = value; } -// Return whether `path` is absolute. -bool is_absolute_path(nonstd::string_view path); - // Test if a file is on nfs. // // Sets is_nfs to the result if fstatfs is available and no error occurred. -- cgit v1.2.1