From 85ae477c419a10225ae251458a6cd83d579d8de0 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 28 May 2024 14:55:03 -0400 Subject: [PATCH] libroot: Remove obsolete comment in fs_attr implementation. We've had special syscalls and used them for many years now. --- src/system/libroot/os/fs_attr.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/system/libroot/os/fs_attr.cpp b/src/system/libroot/os/fs_attr.cpp index fecfdd0773..88dedb828c 100644 --- a/src/system/libroot/os/fs_attr.cpp +++ b/src/system/libroot/os/fs_attr.cpp @@ -17,10 +17,6 @@ #include -// 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) {