From 20abca870e32ceae8ef81c88b525f71e6482f322 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Mon, 11 Oct 1999 15:11:45 +0000 Subject: [PATCH] ICU-9 read.c tries to forward declare errorString X-SVN-Rev: 32 --- icu4c/source/tools/rbdump/read.c | 1 - 1 file changed, 1 deletion(-) diff --git a/icu4c/source/tools/rbdump/read.c b/icu4c/source/tools/rbdump/read.c index 13024e2330a..94fe8f17d4e 100644 --- a/icu4c/source/tools/rbdump/read.c +++ b/icu4c/source/tools/rbdump/read.c @@ -31,7 +31,6 @@ static void usage(); static void version(); static void processFile(const char *filename, UErrorCode *status); -static const char* errorName(UErrorCode status); int main(int argc, char **argv); /* The version of rbdump */