summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-12-18 11:59:56 -0500
committerGreg Hudson <ghudson@mit.edu>2013-12-18 12:16:23 -0500
commitc91f2a285e77e71bd283483d583c68e76eb3a0dd (patch)
tree5344b65203aaafe3fbb1e741a27c9bce941a526c /src/include
parentbf1d3c7b0b060be4b3e9e793b633c07e489ac76f (diff)
downloadkrb5-c91f2a285e77e71bd283483d583c68e76eb3a0dd.tar.gz
krb5-c91f2a285e77e71bd283483d583c68e76eb3a0dd.tar.xz
krb5-c91f2a285e77e71bd283483d583c68e76eb3a0dd.zip
Remove unused krb5_context fields
The vtbl and locate_fptrs fields were ostensibly related to the locate pluggable interface, but weren't actually used.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h2
1 files changed, 0 insertions, 2 deletions
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;