diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-10-27 22:44:50 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-11-05 18:54:27 -0400 |
commit | bc8ec170d2bc3e294f24ff8bb255436a685ac14a (patch) | |
tree | 8d12de9cbc0f34210e13eb645840cf3cf8906209 /TODO | |
parent | ceed8f0c8b9a46300eccd1afa2dd8d3c2cb6b47c (diff) | |
download | systemd-bc8ec170d2bc3e294f24ff8bb255436a685ac14a.tar.gz |
Drop 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 |