summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-09-12 19:56:50 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-09-13 20:10:57 -0400
commit432b5c8a4df006d29531f73b2d980d5908f4e0c5 (patch)
tree9f2cf299453065ec514637d543fee022b7a70f2d /TODO
parent9eec7d12eda398fbc4a1db880bd4a13bc1c58db4 (diff)
TODO: remove strerror entry
I believe the remaining call sites are legitimate uses which cannot be easily replaced with %m.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 88bf48d0d9..ba65f7f40f 100644
--- a/TODO
+++ b/TODO
@@ -27,8 +27,6 @@ Janitorial Clean-ups:
* replace manual readdir() loops with FOREACH_DIRENT or FOREACH_DIRENT_ALL
-* Get rid of the last strerror() invocations in favour of %m and strerror_r()
-
* Rearrange tests so that the various test-xyz.c match a specific src/basic/xyz.c again
Features: