From cc7cbe70c5b8b3c0abb83c7ec98244e26f1efa65 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 28 Mar 2013 15:51:43 -0400 Subject: Get rid of krb5_xfree --- src/include/k5-int.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index a8c1028c2..d80404759 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1748,9 +1748,6 @@ krb5int_cc_default(krb5_context, krb5_ccache *); /* value to use when requesting a keytab entry and enctype doesn't matter */ #define IGNORE_ENCTYPE 0 -/* to keep lint happy */ -#define krb5_xfree(val) free((char *)(val)) - /* To keep happy libraries which are (for now) accessing internal stuff */ /* Make sure to increment by one when changing the struct */ -- cgit