From c91f2a285e77e71bd283483d583c68e76eb3a0dd Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 18 Dec 2013 11:59:56 -0500 Subject: Remove unused krb5_context fields The vtbl and locate_fptrs fields were ostensibly related to the locate pluggable interface, but weren't actually used. --- src/include/k5-int.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 4f221fbeee..bbc7fab8e8 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1151,8 +1151,6 @@ struct _krb5_context { /* locate_kdc module stuff */ struct plugin_dir_handle libkrb5_plugins; - struct krb5plugin_service_locate_ftable *vtbl; - void (**locate_fptrs)(void); /* preauth module stuff */ krb5_preauth_context *preauth_context; -- cgit