Remove some unused format string definitions from kdb5_util's dump.c
authorGreg Hudson <ghudson@mit.edu>
Tue, 4 May 2010 17:08:39 +0000 (17:08 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 4 May 2010 17:08:39 +0000 (17:08 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23970 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/dbutil/dump.c

index 2258e98c07d9a368fab269ba88c1c5937c33fd17..b317c7e0062cda5dba11d441ad99d716dbffe0bc 100644 (file)
@@ -220,14 +220,9 @@ static const char null_mprinc_name[] = "kdb5_dump@MISSING";
 #define mname_unp_err           "%s: cannot unparse modifier name (%s)\n"
 #define nokeys_err              "%s: cannot find any standard key for %s\n"
 #define sdump_tl_inc_err        "%s: tagged data list inconsistency for %s (counted %d, stored %d)\n"
-#define stand_fmt_name          "Kerberos version 5"
-#define old_fmt_name            "Kerberos version 5 old format"
-#define b6_fmt_name             "Kerberos version 5 beta 6 format"
-#define r1_3_fmt_name           "Kerberos version 5 release 1.3 format"
 #define ofopen_error            "%s: cannot open %s for writing (%s)\n"
 #define oflock_error            "%s: cannot lock %s (%s)\n"
 #define dumprec_err             "%s: error performing %s dump (%s)\n"
-#define dumphdr_err             "%s: error dumping %s header (%s)\n"
 #define trash_end_fmt           "%s(%d): ignoring trash at end of line: "
 #define read_name_string        "name string"
 #define read_key_type           "key type"
@@ -249,18 +244,12 @@ static const char null_mprinc_name[] = "kdb5_dump@MISSING";
 #define rhead_err_fmt           "%s(%d): cannot match size tokens\n"
 #define err_line_fmt            "%s: error processing line %d of %s\n"
 #define head_bad_fmt            "%s: dump header bad in %s\n"
-#define read_bytecnt            "record byte count"
-#define read_encdata            "encoded data"
-#define n_name_unp_fmt          "%s(%s): cannot unparse name\n"
-#define n_dec_cont_fmt          "%s(%s): cannot decode contents\n"
 #define read_nint_data          "principal static attributes"
 #define read_tcontents          "tagged data contents"
 #define read_ttypelen           "tagged data type and length"
 #define read_kcontents          "key data contents"
 #define read_ktypelen           "key data type and length"
 #define read_econtents          "extra data contents"
-#define k5beta_fmt_name         "Kerberos version 5 old format"
-#define standard_fmt_name       "Kerberos version 5 format"
 #define no_name_mem_fmt         "%s: cannot get memory for temporary name\n"
 #define ctx_err_fmt             "%s: cannot initialize Kerberos context\n"
 #define stdin_name              "standard input"
@@ -268,11 +257,8 @@ static const char null_mprinc_name[] = "kdb5_dump@MISSING";
 #define restfail_fmt            "%s: %s restore failed\n"
 #define close_err_fmt           "%s: cannot close database (%s)\n"
 #define dbinit_err_fmt          "%s: cannot initialize database (%s)\n"
-#define dblock_err_fmt          "%s: cannot initialize database lock (%s)\n"
-#define dbname_err_fmt          "%s: cannot set database name to %s (%s)\n"
 #define dbdelerr_fmt            "%s: cannot delete bad database %s (%s)\n"
 #define dbunlockerr_fmt         "%s: cannot unlock database %s (%s)\n"
-#define dbrenerr_fmt            "%s: cannot rename database %s to %s (%s)\n"
 #define dbcreaterr_fmt          "%s: cannot create database %s (%s)\n"
 #define dfile_err_fmt           "%s: cannot open %s (%s)\n"