X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fjava%2Fjcf-parse.c;h=08d51364fb386c2240f79bbdaad8e5f815796785;hp=c31645fe00aa5263307d999361aca594a24f03f6;hb=d45e1e6e1a18f6716de168b35aa594666410a7e1;hpb=6952537624788ed18a003114770e86a13e4a3397 diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c index c31645fe00a..08d51364fb3 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -1365,11 +1365,6 @@ load_class (tree class_or_name, int verbose) || CLASS_FROM_CURRENTLY_COMPILED_P (type)); } - /* If the class is from source code, then it must already be loaded. */ - class_decl = IDENTIFIER_CLASS_VALUE (name); - if (class_decl && CLASS_FROM_SOURCE_P (TREE_TYPE (class_decl))) - return; - saved = name; /* If flag_verify_invocations is unset, we don't try to load a class