summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorShawn Landden <shawnlandden@gmail.com>2013-08-21 18:20:55 -0700
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-08-22 00:52:14 -0400
commit2a0e0692565f0435657c93498e09cbb2d3517152 (patch)
treed5fb3d6352aed75b11b2e38dc65486016ff88357 /TODO
parent67c15b9a7ac016ac5c9b885756b2eaa7f44a0509 (diff)
remove hasprefix(), use startswith()
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 9bc14fdbf..3800ce476 100644
--- a/TODO
+++ b/TODO
@@ -96,8 +96,6 @@ Features:
* systemctl list-unit-files should list generated files (and probably with a new state "generated" for them, or so)
-* do we really need both hasprefix() and startswith()?
-
* journald: when we drop syslog messages because the syslog socket is
full, make sure to write how many messages are lost as first thing
to syslog when it works again.