summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-04-24 15:44:28 -0300
committerLennart Poettering <lennart@poettering.net>2013-04-24 19:02:13 -0300
commit2b77f67e78827cc7e85fb43b05d3e1623b31a1bf (patch)
tree065ddaa7586245979fcc805d71d662962d29b98f /TODO
parent842865365e598a090045894f8990fd384e801ccb (diff)
fileio: unify how we chop off whitespace from key and value in parse_env_file_internal()
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index aa2c1cea94..9a23ab5eb6 100644
--- a/TODO
+++ b/TODO
@@ -29,8 +29,6 @@ Features:
* see if we can fix https://bugs.freedesktop.org/show_bug.cgi?id=63672
without dropping the location cache entirely.
-* truncate whitespace of var names the same way as values in parse_env_file_internal()
-
* dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we
should be able to safely try another attempt when the bus call LoadUnit() is invoked.