From 0664ecd07f455c933074ac382cee91039bfaa7e2 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 9 Aug 2013 11:46:23 +0200 Subject: Remove unused constant --- src/providers/fail_over.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/providers/fail_over.h b/src/providers/fail_over.h index 3a0bd9b1b..e4cc1b1cb 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; -- cgit