>From 08ef5ee72bd013d63a3d72349c601d3063d1b3c3 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 9 Aug 2013 11:46:23 +0200 Subject: [PATCH 2/2] Remove unused constant --- src/providers/fail_over.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/providers/fail_over.h b/src/providers/fail_over.h index 3a0bd9b1b5c807f25811b653859c119e54f84f88..e4cc1b1cbc44a52cb11880be47823f36c37a473c 100644 --- a/src/providers/fail_over.h +++ b/src/providers/fail_over.h @@ -34,8 +34,6 @@ #define FO_PROTO_TCP "tcp" #define FO_PROTO_UDP "udp" -#define FO_DEFAULT_SVC_TIMEOUT 10 - /* Some forward declarations that don't have to do anything with fail over. */ struct hostent; struct tevent_context; -- 1.8.3.1