db/simple/Directory: remove obsolete API doc

This commit is contained in:
Max Kellermann
2021-08-05 19:04:55 +02:00
parent b979245d6c
commit ef2fc4e6f6

View File

@@ -206,7 +206,6 @@ public:
* Looks up a directory by its relative URI. * Looks up a directory by its relative URI.
* *
* @param uri the relative URI * @param uri the relative URI
* @return the Directory, or nullptr if none was found
*/ */
gcc_pure gcc_pure
LookupResult LookupDirectory(std::string_view uri) noexcept; LookupResult LookupDirectory(std::string_view uri) noexcept;