* defineclass.cc (handleClassBegin): Remove unused variable.
From-SVN: r102109
This commit is contained in:
committed by
Andreas Jaeger
parent
7544a87f13
commit
5f55701305
@@ -960,7 +960,6 @@ _Jv_ClassReader::handleClassBegin (int access_flags, int this_class, int super_c
|
||||
// needed.
|
||||
*found_name = def->name;
|
||||
|
||||
jclass the_super = NULL;
|
||||
if (super_class != 0)
|
||||
{
|
||||
// Load the superclass.
|
||||
|
||||
Reference in New Issue
Block a user