From: Yu Watanabe Date: Fri, 6 Jun 2025 10:09:49 +0000 (+0900) Subject: TODO: drop completed entry X-Git-Tag: v258-rc1~369^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F34906%2Fhead;p=thirdparty%2Fsystemd.git TODO: drop completed entry --- diff --git a/TODO b/TODO index 5878234e3e6..e959bf5d22a 100644 --- a/TODO +++ b/TODO @@ -66,8 +66,6 @@ Janitorial Clean-ups: * rework mount.c and swap.c to follow proper state enumeration/deserialization semantics, like we do for device.c now -* get rid of basename() and replace by path_extract_filename() - * Replace our fstype_is_network() with a call to libmount's mnt_fstype_is_netfs()? Having two lists is not nice, but maybe it's now worth making a dependency on libmount for something so trivial.