Commit 9b21d88f61e513f669fbf1baca728bc2b5da0e00

Stefan Sperling 2021-09-06T13:27:08

remove obsolete sentence from got_dial_parse_uri() docs

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/got_dial.h b/include/got_dial.h
index b0d1e06..c285bef 100644
--- a/include/got_dial.h
+++ b/include/got_dial.h
@@ -27,7 +27,6 @@ const struct got_error *got_dial_apply_unveil(const char *proto);
  * A protocol scheme, hostname, port number (as a string), path on server,
  * and a repository name. If the URI lacks some of this information return
  * default values where applicable.
- * The results of this function must be passed to other functions below.
  * The caller should dispose of the returned values with free(3).
  */
 const struct got_error *got_dial_parse_uri(char **proto, char **host,