Remove pointless code from Java director:except patch
This commit is contained in:
parent
97fd20a58d
commit
f55e0092ef
1 changed files with 0 additions and 7 deletions
|
|
@ -746,13 +746,6 @@ public:
|
|||
|
||||
++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++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue