qerror: drop QERR_SOCKET_CONNECT_IN_PROGRESS
authorLuiz Capitulino <lcapitulino@redhat.com>
Wed, 1 Aug 2012 17:26:53 +0000 (14:26 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 13 Aug 2012 16:20:45 +0000 (13:20 -0300)
Unused since last commit.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
qerror.c
qerror.h

index 5d3842863f7f3d62b34cf5fcdfa518b6a47c3276..452ec6918821c7cae1f0dc3c4a97d00714b19187 100644 (file)
--- a/qerror.c
+++ b/qerror.c
@@ -308,10 +308,6 @@ static const QErrorStringTable qerror_table[] = {
         .error_fmt = QERR_VNC_SERVER_FAILED,
         .desc      = "Could not start VNC server on %(target)",
     },
-    {
-        .error_fmt = QERR_SOCKET_CONNECT_IN_PROGRESS,
-        .desc      = "Connection can not be completed immediately",
-    },
     {
         .error_fmt = QERR_SOCKET_CONNECT_FAILED,
         .desc      = "Failed to connect to socket",
index de8497d1eb4783c1b4aad2c5154c81179cadf148..52ce58dbc28cefa4b3f9178701d8525d1d325fa7 100644 (file)
--- a/qerror.h
+++ b/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': {} }"