aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2017-04-26 09:36:42 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-05-09 09:14:40 +0200
commit0c099fa7e9248a97c7854e5af84fc2479477ed5d (patch)
tree45514616cfe466d925ea151b8348387679f822f3 /include
parentbd269ebc82fbaa5fe7ce5bc7c1770ac8acecd884 (diff)
downloadqemu-0c099fa7e9248a97c7854e5af84fc2479477ed5d.zip
qemu-0c099fa7e9248a97c7854e5af84fc2479477ed5d.tar.gz
qemu-0c099fa7e9248a97c7854e5af84fc2479477ed5d.tar.bz2
sockets: Delete unused helper socket_address_crumple()
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <1493192202-3184-8-git-send-email-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> [Commit message typo fixed]
Diffstat (limited to 'include')
-rw-r--r--include/qemu/sockets.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/qemu/sockets.h b/include/qemu/sockets.h
index a0b5cae..5c326db 100644
--- a/include/qemu/sockets.h
+++ b/include/qemu/sockets.h
@@ -121,17 +121,6 @@ SocketAddress *socket_remote_address(int fd, Error **errp);
char *socket_address_to_string(struct SocketAddress *addr, Error **errp);
/**
- * socket_address_crumple:
- * @addr_flat: the socket address to crumple
- *
- * Convert SocketAddress to SocketAddressLegacy. Caller is responsible
- * for freeing with qapi_free_SocketAddressLegacy().
- *
- * Returns: the argument converted to SocketAddressLegacy.
- */
-SocketAddressLegacy *socket_address_crumple(SocketAddress *addr);
-
-/**
* socket_address_flatten:
* @addr: the socket address to flatten
*