ICU-5445 Fix some compiler warnings.

X-SVN-Rev: 22321
This commit is contained in:
George Rhoten 2007-08-08 18:44:05 +00:00
parent dd6812cfa0
commit 489856aaf2

View file

@ -953,7 +953,6 @@ bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outpu
const char* fileStart = "<file xml:space = \"preserve\" source-language = \"";
const char* file1 = "\" datatype = \"x-icu-resource-bundle\" ";
const char* file2 = "original = \"";
const char* file3 = "\" tool = \"genrb\" ";
const char* file4 = "\" date = \"";
const char* fileEnd = "</file>\n";
const char* headerStart = "<header>\n";