Commit 6e9cf9b7 authored by Kenton Varda's avatar Kenton Varda

Remove this todo from release branch for now so it doesn't block point release. …

Remove this todo from release branch for now so it doesn't block point release.  (It is actually a todo for 0.5 that came back in a cherry-pick.)
parent 71e5c7ab
......@@ -125,7 +125,6 @@ private:
friend class ExceptionImpl;
};
// TODO(soon): These should return StringPtr.
ArrayPtr<const char> KJ_STRINGIFY(Exception::Nature nature);
ArrayPtr<const char> KJ_STRINGIFY(Exception::Durability durability);
String KJ_STRINGIFY(const Exception& e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment