From 1fbc4690e5955848dddb98f8f86203c545ad60a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 22 Mar 2014 00:25:57 +0100 Subject: [PATCH] Remove unused code --- abduco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abduco.c b/abduco.c index 8cc5908..4dca282 100644 --- a/abduco.c +++ b/abduco.c @@ -55,7 +55,7 @@ #ifdef _AIX # include "forkpty-aix.c" #endif -#define CLIENT_TIMEOUT 100 + #define countof(arr) (sizeof(arr) / sizeof((arr)[0])) enum PacketType {