summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2016-11-08 09:41:51 +0100
committerGitHub <noreply@github.com>2016-11-08 09:41:51 +0100
commitca91fd2acac007f0096fea47b2cc8931baa3af57 (patch)
tree4da5222881a4b3ec7e3b55dfa18fb8b7f764daa7 /TODO
parented7fd549d0a1bfebe4e17a3f0e92879eb986d4a9 (diff)
parentbc8ec170d2bc3e294f24ff8bb255436a685ac14a (diff)
Merge pull request #4509 from keszybz/foreach-word-quoted
Remove FOREACH_WORD_QUOTED
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index c8266a549d..6d70496393 100644
--- a/TODO
+++ b/TODO
@@ -23,9 +23,6 @@ External:
Janitorial Clean-ups:
-* code cleanup: retire FOREACH_WORD_QUOTED, port to extract_first_word() loops instead.
- For example, most conf parsing callbacks should use it.
-
* replace manual readdir() loops with FOREACH_DIRENT or FOREACH_DIRENT_ALL
* Rearrange tests so that the various test-xyz.c match a specific src/basic/xyz.c again