diff options
Diffstat (limited to 'src/kernel/vfs/path.h')
-rw-r--r-- | src/kernel/vfs/path.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 <stdbool.h> #include <stddef.h> /** 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. */ |