diff --git a/toolkit/mozapps/update/test/TestAUSReadStrings.cpp b/toolkit/mozapps/update/test/TestAUSReadStrings.cpp index 7f595e896c77..9536dae0d94f 100644 --- a/toolkit/mozapps/update/test/TestAUSReadStrings.cpp +++ b/toolkit/mozapps/update/test/TestAUSReadStrings.cpp @@ -78,16 +78,6 @@ void fail(const char* msg, ...) ++gFailCount; } -/** - * Prints the given string prepending "TEST-PASS | " for the benefit of - * the test harness and with "\n" at the end, to be used at the end of a - * successful test function. - */ -void passed(const char* test) -{ - printf("TEST-PASS | %s\n", test); -} - int NS_main(int argc, NS_tchar **argv) { printf("Running TestAUSReadStrings tests\n");