From 1f469537545a20b62cb35966033be24e1c0cae39 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 13 Mar 2013 13:34:40 +0100 Subject: 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. --- src/tests/krb5_child-test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tests') 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) -- cgit