From d8a32a1005c33f6b95bbb3699a8f41ff5e19800e Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 9 Aug 2021 12:47:46 +0200 Subject: a sloppy implementation of path_simplify() it's kinda bad. it passes the tests, though... --- src/kernel/vfs/path.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/kernel/vfs/path.h') diff --git a/src/kernel/vfs/path.h b/src/kernel/vfs/path.h index 3aefccf..769aa27 100644 --- a/src/kernel/vfs/path.h +++ b/src/kernel/vfs/path.h @@ -1,10 +1,7 @@ #pragma once -#include #include /** Reduce a path to its simplest form. - * *in and *out can't overlap unless they're equal. Then, the path is modified - * in-place. * * @return length of the string in *out, always less than len. Negative if the path was invalid. */ -- cgit v1.2.3