summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2015-03-09 15:11:44 -0400
committerLennart Poettering <lennart@poettering.net>2015-03-10 16:08:20 +0100
commit657cf7f4f8d376e082db48022d2be193ff647d06 (patch)
tree9adaa444c2e5d4d359ac02c4d93310b732d45526 /TODO
parentcb81cd8073392936882643af0129934bf67e96c4 (diff)
tmpfiles: port to unquote_many_words()
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 6c1f23089..618007711 100644
--- a/TODO
+++ b/TODO
@@ -232,8 +232,6 @@ Features:
* exponential backoff in timesyncd and resolved when we cannot reach a server
-* tmpfiles: port to unquote_many_words(), similar to sysusers
-
* unquote_many_words() should probably be used by a lot of code that
currently uses FOREACH_WORD and friends. For example, most conf
parsing callbacks should use it.