diff options
author | Markus Armbruster | 2017-04-26 09:36:42 +0200 |
---|---|---|
committer | Markus Armbruster | 2017-05-09 09:14:40 +0200 |
commit | 0c099fa7e9248a97c7854e5af84fc2479477ed5d (patch) | |
tree | 45514616cfe466d925ea151b8348387679f822f3 /include/qemu/sockets.h | |
parent | sockets: Limit SocketAddressLegacy to external interfaces (diff) | |
download | qemu-0c099fa7e9248a97c7854e5af84fc2479477ed5d.tar.gz qemu-0c099fa7e9248a97c7854e5af84fc2479477ed5d.tar.xz qemu-0c099fa7e9248a97c7854e5af84fc2479477ed5d.zip |
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/qemu/sockets.h')
-rw-r--r-- | include/qemu/sockets.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/qemu/sockets.h b/include/qemu/sockets.h index a0b5cae03b..5c326db232 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 * |