summaryrefslogtreecommitdiff
path: root/src/Util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Util.hpp')
-rw-r--r--src/Util.hpp3
1 files changed, 0 insertions, 3 deletions
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.