mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
qerror: drop QERR_SOCKET_CONNECT_IN_PROGRESS
Unused since last commit. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
540c79fec9
commit
75b81cf0f2
2 changed files with 0 additions and 7 deletions
3
qerror.h
3
qerror.h
|
@ -240,9 +240,6 @@ char *qerror_format(const char *fmt, QDict *error);
|
|||
#define QERR_VNC_SERVER_FAILED \
|
||||
"{ 'class': 'VNCServerFailed', 'data': { 'target': %s } }"
|
||||
|
||||
#define QERR_SOCKET_CONNECT_IN_PROGRESS \
|
||||
"{ 'class': 'SockConnectInprogress', 'data': {} }"
|
||||
|
||||
#define QERR_SOCKET_CONNECT_FAILED \
|
||||
"{ 'class': 'SockConnectFailed', 'data': {} }"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue