summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-03-28 15:51:43 -0400
committerGreg Hudson <ghudson@mit.edu>2013-03-28 15:51:43 -0400
commitcc7cbe70c5b8b3c0abb83c7ec98244e26f1efa65 (patch)
treefa9ee6ac246edd89b888679e21c6bc2e771e45e6 /src/include
parent57dbbf1a57887975362862688ed7f48904dce6fe (diff)
downloadkrb5-cc7cbe70c5b8b3c0abb83c7ec98244e26f1efa65.tar.gz
krb5-cc7cbe70c5b8b3c0abb83c7ec98244e26f1efa65.tar.xz
krb5-cc7cbe70c5b8b3c0abb83c7ec98244e26f1efa65.zip
Get rid of krb5_xfree
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index a8c1028c29..d804047598 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 */