Removed testtrack code
authorMiro Jurisic <meeroh@mit.edu>
Sat, 20 Feb 1999 00:23:30 +0000 (00:23 +0000)
committerMiro Jurisic <meeroh@mit.edu>
Sat, 20 Feb 1999 00:23:30 +0000 (00:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11190 dc483132-0cff-0310-8789-dd5450dbe970

src/mac/K5.CFM.c

index a56a8a4a729e05a660f62a006227901dccdd8d6c..f9a9992ff5f58e851cfc6f049e1ad6bbf18960b2 100644 (file)
@@ -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;