[Spice-commits] server/red-channel-client.h

Frediano Ziglio fziglio at kemper.freedesktop.org
Fri Oct 14 11:39:15 UTC 2016


 server/red-channel-client.h |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 2ebd69c4c548b9479d6a18ed72750449455d0d01
Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Oct 14 11:32:22 2016 +0200

    server: Remove a redundant IncomingHandler typedef
    
    This fixes a compilation error with gcc 4.4.7 on RHEL 6.8.
    
    Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
    Acked-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/red-channel-client.h b/server/red-channel-client.h
index 0b180b3..3b9e34c 100644
--- a/server/red-channel-client.h
+++ b/server/red-channel-client.h
@@ -51,7 +51,6 @@ G_BEGIN_DECLS
 
 typedef struct RedChannel RedChannel;
 typedef struct RedClient RedClient;
-typedef struct IncomingHandler IncomingHandler;
 
 typedef struct RedChannelClient RedChannelClient;
 typedef struct RedChannelClientClass RedChannelClientClass;


More information about the Spice-commits mailing list