From 171dbcdedf0712c3822bf619ea2fc4f329c0aef3 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 12 May 2013 05:58:16 +0200 Subject: Remove dead GLib code --- src/common/dcc.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/common/dcc.c') diff --git a/src/common/dcc.c b/src/common/dcc.c index 9014296e..4980cabc 100644 --- a/src/common/dcc.c +++ b/src/common/dcc.c @@ -66,15 +66,6 @@ #define BIG_STR_TO_INT(x) strtoul(x,NULL,10) #endif -/* This is practically copy-paste from gstdio.h. - * GStatBuf was added in 2.26. On Win32 we already use that, - * so we only gotta check this on Unix */ -#ifndef WIN32 -#if !GLIB_CHECK_VERSION(2,26,0) -typedef struct stat GStatBuf; -#endif -#endif - static char *dcctypes[] = { "SEND", "RECV", "CHAT", "CHAT" }; struct dccstat_info dccstat[] = { -- cgit 1.4.1