gio: remove _g_uri_parse_authority()

It is now unused and redundant with GUri.

Fixes: #2156

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau
2020-07-07 13:04:02 +04:00
parent aa0b09ebef
commit dd0fae1303
2 changed files with 0 additions and 252 deletions

View File

@@ -23,12 +23,6 @@
G_BEGIN_DECLS
gboolean _g_uri_parse_authority (const char *uri,
char **host,
guint16 *port,
char **userinfo,
GError **error);
guint64 g_resolver_get_serial (GResolver *resolver);
gint g_socket (gint domain,