diff options
Diffstat (limited to '')
-rw-r--r-- | src/fs/Path.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fs/Path.hxx b/src/fs/Path.hxx index b9754b5c5..8635d12a9 100644 --- a/src/fs/Path.hxx +++ b/src/fs/Path.hxx @@ -144,10 +144,7 @@ public: /** * Convert a UTF-8 C string to a #Path instance. - * Returns a duplicate of the UTF-8 string on failure. - * - * TODO: return a "nulled" instance on error and add checks to - * all callers + * Returns return a "nulled" instance on error. */ gcc_pure static Path FromUTF8(const char *path_utf8); |