chiark / gitweb /
list: make our list macros a bit easier to use by not requring type spec on each...
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 66cd5b4f2289e300aa00dcaec6c10f78e863c140..3926fe5baade9ea6c2ee92ea3064681beecfe87d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -58,8 +58,6 @@ Features:
 
 * tmpfiles: when applying ownership to /run/log/journal also do this for the journal fails contained in it
 
-* rework list.h to use typeof() and thus simplify most linked list macros by not requring the type to be specified
-
 * we probably should replace the left-over uses of strv_append() and replace them by strv_push() or strv_extend()
 
 * move config_parse_path_strv() out of conf-parser.c