summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-03-13 13:34:40 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-03-19 14:13:50 +0100
commit1f469537545a20b62cb35966033be24e1c0cae39 (patch)
tree5d4765ea2f49870075def85d7c331b1c0a782222 /src/tests
parent233a3c6c48972b177e60d6ef4cecfacd3cf31659 (diff)
downloadsssd-1f469537545a20b62cb35966033be24e1c0cae39.tar.gz
sssd-1f469537545a20b62cb35966033be24e1c0cae39.tar.xz
sssd-1f469537545a20b62cb35966033be24e1c0cae39.zip
Removing unused declaration of functions and variable.
Variables dir_cc and file_cc are used in three modules: krb5_common.c, krb5_utils.c, krb5_child-test.c, therefore should be declared with extern in krb5_utils.h.
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/krb5_child-test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/krb5_child-test.c b/src/tests/krb5_child-test.c
index a72a35199..f6ddcaad2 100644
--- a/src/tests/krb5_child-test.c
+++ b/src/tests/krb5_child-test.c
@@ -39,8 +39,6 @@
#include "providers/krb5/krb5_utils.h"
extern struct dp_option default_krb5_opts[];
-extern struct sss_krb5_cc_be file_cc;
-extern struct sss_krb5_cc_be dir_cc;
static krb5_context krb5_error_ctx;
#define KRB5_CHILD_TEST_DEBUG(level, error) KRB5_DEBUG(level, krb5_error_ctx, error)