libroot: Remove obsolete comment in fs_attr implementation.

We've had special syscalls and used them for many years now.
This commit is contained in:
Augustin Cavalier
2024-05-28 14:55:03 -04:00
parent 68f76d61d7
commit 85ae477c41
-4
View File
@@ -17,10 +17,6 @@
#include <syscall_utils.h>
// TODO: think about adding special syscalls for the read/write/stat functions
// to speed them up
static DIR *
open_attr_dir(int file, const char *path, bool traverse)
{