ICU-762 remove empty init() function

X-SVN-Rev: 4188
This commit is contained in:
Markus Scherer 2001-03-20 00:46:06 +00:00
parent 54fdb244d6
commit a6265c42b8

View File

@ -40,9 +40,6 @@ UBool beVerbose=FALSE, haveCopyright=TRUE;
/* prototypes --------------------------------------------------------------- */
static void
init(void);
static void
parseMirror(const char *filename, UErrorCode *pErrorCode);
@ -127,7 +124,6 @@ main(int argc, char* argv[]) {
}
/* initialize */
init();
initStore();
/* process Mirror.txt */
@ -187,10 +183,6 @@ main(int argc, char* argv[]) {
return errorCode;
}
static void
init(void) {
}
static const char *
skipWhitespace(const char *s) {
while(*s==' ' || *s=='\t') {