Skip to content

Commit

Permalink
* defineclass.cc (handleClassBegin): Remove unused variable.
Browse files Browse the repository at this point in the history
From-SVN: r102109
  • Loading branch information
ajaeger authored and Andreas Jaeger committed Jul 17, 2005
1 parent 7544a87 commit 5f55701
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions libjava/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2005-07-17 Andreas Jaeger <aj@suse.de>

* defineclass.cc (handleClassBegin): Remove unused variable.

2005-07-16 Andreas Schwab <schwab@suse.de>

* scripts/makemake.tcl (emit_package_rule): Emit command to create
Expand Down
1 change: 0 additions & 1 deletion libjava/defineclass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5f55701

Please sign in to comment.