diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-08-09 11:46:23 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-08-09 18:03:17 +0200 |
commit | 0664ecd07f455c933074ac382cee91039bfaa7e2 (patch) | |
tree | c0ffeb65b55c4f062e9378a183d106d53730fcb8 /src/providers | |
parent | 9576c4b433a5f7234065aa8d53fad58f65a15d80 (diff) | |
download | sssd-0664ecd07f455c933074ac382cee91039bfaa7e2.tar.gz sssd-0664ecd07f455c933074ac382cee91039bfaa7e2.tar.xz sssd-0664ecd07f455c933074ac382cee91039bfaa7e2.zip |
Remove unused constant
Diffstat (limited to 'src/providers')
-rw-r--r-- | src/providers/fail_over.h | 2 |
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; |