Skip to content

Commit

Permalink
Remove pointless code from Java director:except patch
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Oct 23, 2013
1 parent 97fd20a commit f55e009
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Source/Modules/java.cxx
Expand Up @@ -746,13 +746,6 @@ class JAVA:public Language {

++curr_class_dmethod;

/* Do we know about this director class already? */
UpcallData *udata = Getattr(dmethods_table, key);
if (udata) {
Delete(key);
return Getattr(udata, "methodoff");
}

String *imclass_methodidx = NewStringf("%d", n_dmethods);
String *class_methodidx = NewStringf("%d", n_dmethods - first_class_dmethod);
n_dmethods++;
Expand Down

0 comments on commit f55e009

Please sign in to comment.