From 27124aab29d54ba9f228dee18a48e903e222812a Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 5 Aug 2022 14:01:42 +0200 Subject: move path_simplify to shared code, move its tests to userland --- src/kernel/vfs/path.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/kernel/vfs/path.h (limited to 'src/kernel/vfs/path.h') diff --git a/src/kernel/vfs/path.h b/src/kernel/vfs/path.h deleted file mode 100644 index 7484619..0000000 --- a/src/kernel/vfs/path.h +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once -#include -#include - -/** Reduce a path to its simplest form. - * - * @return length of the string in *out, always less than len. Negative if the path was invalid. - */ -int path_simplify(const char *in, char *out, size_t len); -- cgit v1.2.3