diff options
author | Florian Weimer <fweimer@redhat.com> | 2013-12-19 12:44:10 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-21 18:35:55 -0500 |
commit | 4ff4ebb1fbb7296f67b89b66d2d7f720b49b51c5 (patch) | |
tree | 13c892e1eeb721473c538899c54908f7b996e147 /TODO | |
parent | bde1fdd773c5bc036370922e67ff3550a1f5cded (diff) |
util: remove union dirent_storage
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -48,7 +48,6 @@ Features: - ensure scope units may be started only a single time * code cleanup - - get rid of readdir_r/dirent_storage stuff, it's unnecessary on Linux - we probably should replace the left-over uses of strv_append() and replace them by strv_push() or strv_extend() * switch to SipHash for hashmaps/sets? |