diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac/K5.CFM.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mac/K5.CFM.c b/src/mac/K5.CFM.c index a56a8a4a7..f9a9992ff 100644 --- a/src/mac/K5.CFM.c +++ b/src/mac/K5.CFM.c @@ -9,8 +9,6 @@ #include <CodeFragments.h> -#include "ShlibTestTrack.h" - #include "krb5_err.h" #include "kv5m_err.h" #include "asn1_err.h" @@ -37,9 +35,6 @@ OSErr __initializeK5(CFragInitBlockPtr ibp) add_error_table(&et_asn1_error_table); add_error_table(&et_prof_error_table); add_error_table(&et_kadm_error_table); - - /* TestTrack the shared library */ - err = ShlibTestTrack(ibp); } return err; |
