From: Ken Raeburn Date: Mon, 27 Aug 2007 22:01:01 +0000 (+0000) Subject: Remove unused PLURAL macro X-Git-Tag: krb5-1.7-alpha1~914 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=61c959ed1ea7f653ada432ea4f968e10aa7c54fc;p=krb5.git Remove unused PLURAL macro git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19884 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/kadmin/dbutil/ovload.c b/src/kadmin/dbutil/ovload.c index b5bff3062..dc1375d2c 100644 --- a/src/kadmin/dbutil/ovload.c +++ b/src/kadmin/dbutil/ovload.c @@ -15,7 +15,6 @@ #include "nstrtok.h" #define LINESIZE 32768 /* XXX */ -#define PLURAL(count) (((count) == 1) ? error_message(IMPORT_SINGLE_RECORD) : error_message(IMPORT_PLURAL_RECORDS)) static int parse_pw_hist_ent(current, hist) char *current;