From 997629dff7e80bb008398b6958779517ac13ea05 Mon Sep 17 00:00:00 2001 From: twisti Date: Fri, 9 Dec 2005 15:24:03 +0000 Subject: [PATCH] * main (compileall): Don't print the method if class linking fails. --- src/cacao/cacao.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/cacao/cacao.c b/src/cacao/cacao.c index 72fb1a00d..38df37b33 100644 --- a/src/cacao/cacao.c +++ b/src/cacao/cacao.c @@ -37,7 +37,7 @@ - Calling the class loader - Running the main method - $Id: cacao.c 3904 2005-12-07 17:44:37Z twisti $ + $Id: cacao.c 3933 2005-12-09 15:24:03Z twisti $ */ @@ -1419,9 +1419,6 @@ int main(int argc, char **argv) if (!link_class(c)) { fprintf(stderr, "Error linking: "); utf_fprint_classname(stderr, c->name); - fprintf(stderr, "."); - utf_fprint(stderr, m->name); - utf_fprint(stderr, m->descriptor); fprintf(stderr, "\n"); /* print out exception and cause */ -- 2.25.1