summaryrefslogtreecommitdiffstats
path: root/src/windows/leashdll/leasherr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leashdll/leasherr.c')
-rw-r--r--src/windows/leashdll/leasherr.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/windows/leashdll/leasherr.c b/src/windows/leashdll/leasherr.c
index 686f48bac7..da06b5a8a9 100644
--- a/src/windows/leashdll/leasherr.c
+++ b/src/windows/leashdll/leasherr.c
@@ -10,11 +10,6 @@
* Please do not edit it as it is automatically generated.
*/
-#ifndef NO_KRB4
-extern void (__cdecl *pinitialize_krb_error_func)();
-extern void (__cdecl *pinitialize_kadm_error_table)();
-#endif
-
#include <stdlib.h>
#include <windows.h>
@@ -88,16 +83,10 @@ void initialize_lsh_error_table(struct et_list **__et_list) {
void Leash_initialize_krb_error_func(err_func func, HANDLE *__et_list)
{
-#ifndef NO_KRB4
- (*pinitialize_krb_error_func)(func,__et_list);
-#endif
}
void Leash_initialize_kadm_error_table(HANDLE *__et_list)
{
-#ifndef NO_KRB4
- (*pinitialize_kadm_error_table)(__et_list);
-#endif
}
#else
#include <krberr.h>