diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-11-08 09:41:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-08 09:41:51 +0100 |
commit | ca91fd2acac007f0096fea47b2cc8931baa3af57 (patch) | |
tree | 4da5222881a4b3ec7e3b55dfa18fb8b7f764daa7 /TODO | |
parent | ed7fd549d0a1bfebe4e17a3f0e92879eb986d4a9 (diff) | |
parent | bc8ec170d2bc3e294f24ff8bb255436a685ac14a (diff) |
Merge pull request #4509 from keszybz/foreach-word-quoted
Remove FOREACH_WORD_QUOTED
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |