From 14e006747eb28b473e5c8070ef021600e1adeeca Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 28 Jan 2010 19:32:38 -0500 Subject: [PATCH] s4:kdc remove dead code and comments --- source4/kdc/kdc.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source4/kdc/kdc.c b/source4/kdc/kdc.c index 9d86a3bb7ba..827159b00ed 100644 --- a/source4/kdc/kdc.c +++ b/source4/kdc/kdc.c @@ -43,11 +43,6 @@ #include "librpc/gen_ndr/ndr_misc.h" -/* Disgusting hack to get a mem_ctx and lp_ctx into the hdb plugin, when - * used as a keytab */ -TALLOC_CTX *hdb_samba4_mem_ctx; -struct tevent_context *hdb_samba4_ev_ctx; -struct loadparm_context *hdb_samba4_lp_ctx; extern struct krb5plugin_windc_ftable windc_plugin_table; extern struct hdb_method hdb_samba4; -- 2.11.4.GIT