From 28e3f2033059018c1dcf0858ac6ff202a4021348 Mon Sep 17 00:00:00 2001 From: "dbaron%fas.harvard.edu" Date: Sat, 16 Feb 2002 17:07:31 +0000 Subject: [PATCH] Fix bustage. --- intl/uconv/tests/nsTestUConv.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/intl/uconv/tests/nsTestUConv.cpp b/intl/uconv/tests/nsTestUConv.cpp index 4c4eaa291d3..efc3330a8c7 100644 --- a/intl/uconv/tests/nsTestUConv.cpp +++ b/intl/uconv/tests/nsTestUConv.cpp @@ -1131,11 +1131,6 @@ nsresult testAll() nsresult testFromArgs(int argc, char **argv) { - if (NS_FAILED(res)) { - printf("ERROR at GetService() code=0x%x.\n",res); - return res; - } - if ((argc == 5) && (!strcmp(argv[1], "-tdec"))) { res = testDecoderFromFiles(argv[2], argv[3], argv[4]); } else if ((argc == 5) && (!strcmp(argv[1], "-tenc"))) {