diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2007-08-27 22:04:05 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2007-08-27 22:04:05 +0000 |
| commit | 2bb1ba1d7473691cd73d4ce5283465c45601beaa (patch) | |
| tree | f5f9bd16ce0cd785649f528a14c16a494bfd261b | |
| parent | 61c959ed1ea7f653ada432ea4f968e10aa7c54fc (diff) | |
| download | krb5-2bb1ba1d7473691cd73d4ce5283465c45601beaa.tar.gz krb5-2bb1ba1d7473691cd73d4ce5283465c45601beaa.tar.xz krb5-2bb1ba1d7473691cd73d4ce5283465c45601beaa.zip | |
Remove some unused codes
ticket: 5642
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19885 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | src/kadmin/dbutil/import_err.et | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/kadmin/dbutil/import_err.et b/src/kadmin/dbutil/import_err.et index e091fe33c..48bb8fb9a 100644 --- a/src/kadmin/dbutil/import_err.et +++ b/src/kadmin/dbutil/import_err.et @@ -1,12 +1,10 @@ error_table imp -error_code IMPORT_NO_ERR, "Successfully imported %d record%s.\n" error_code IMPORT_BAD_FILE, "Input not recognized as database dump" error_code IMPORT_BAD_TOKEN, "Bad token in dump file." error_code IMPORT_BAD_VERSION, "Bad version in dump file" error_code IMPORT_BAD_RECORD, "Defective record encountered: " error_code IMPORT_BAD_FOOTER, "Truncated input file detected." error_code IMPORT_FAILED, "Import of dump failed" -error_code IMPORT_COUNT_MESSAGE, "Mismatched record count: %d record%s indicated, %d record%s scanned.\n" error_code IMPORT_MISMATCH_COUNT, "Number of records imported does not match count" error_code IMPORT_UNK_OPTION, "Unknown command line option.\nUsage: ovsec_adm_import [filename]" error_code IMPORT_WARN_DB, "Warning -- continuing to import will overwrite existing databases!" @@ -20,7 +18,5 @@ error_code IMPORT_RENAME_OPEN, "while opening databases" error_code IMPORT_RENAME_LOCK, "while acquiring permanent lock" error_code IMPORT_RENAME_UNLOCK, "while releasing permanent lock" error_code IMPORT_RENAME_CLOSE, "while closing databases" -error_code IMPORT_SINGLE_RECORD, "" -error_code IMPORT_PLURAL_RECORDS, "s" error_code IMPORT_GET_PARAMS, "while retrieving configuration parameters" end |
