Remove unused PLURAL macro
authorKen Raeburn <raeburn@mit.edu>
Mon, 27 Aug 2007 22:01:01 +0000 (22:01 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 27 Aug 2007 22:01:01 +0000 (22:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19884 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/dbutil/ovload.c

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