summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-08-09 11:46:23 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-09 18:03:17 +0200
commit0664ecd07f455c933074ac382cee91039bfaa7e2 (patch)
treec0ffeb65b55c4f062e9378a183d106d53730fcb8 /src
parent9576c4b433a5f7234065aa8d53fad58f65a15d80 (diff)
downloadsssd-0664ecd07f455c933074ac382cee91039bfaa7e2.tar.gz
sssd-0664ecd07f455c933074ac382cee91039bfaa7e2.tar.xz
sssd-0664ecd07f455c933074ac382cee91039bfaa7e2.zip
Remove unused constant
Diffstat (limited to 'src')
-rw-r--r--src/providers/fail_over.h2
1 files changed, 0 insertions, 2 deletions
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;