diff options
author | Andrew Su <[email protected]> | 2011-01-20 14:54:27 -0500 |
---|---|---|
committer | Andrew Su <[email protected]> | 2011-01-20 14:54:27 -0500 |
commit | bb6b80c486570b23c058ea0ff9ce97ad3834a53a (patch) | |
tree | 5c04165d776a877628fa6c00418f02b383d7aa8d /plugin/icedteanp/java/sun/applet/MethodOverloadResolver.java | |
parent | ef785a49ec6f4dd970098f9a2a0ed7d69c7390c2 (diff) |
Remove dead, commented, unused code.
Diffstat (limited to 'plugin/icedteanp/java/sun/applet/MethodOverloadResolver.java')
-rw-r--r-- | plugin/icedteanp/java/sun/applet/MethodOverloadResolver.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin/icedteanp/java/sun/applet/MethodOverloadResolver.java b/plugin/icedteanp/java/sun/applet/MethodOverloadResolver.java index cd1801a..f4e6850 100644 --- a/plugin/icedteanp/java/sun/applet/MethodOverloadResolver.java +++ b/plugin/icedteanp/java/sun/applet/MethodOverloadResolver.java @@ -175,8 +175,6 @@ public class MethodOverloadResolver { int lowestCost = Integer.MAX_VALUE; - ArrayList<Object> paramList = new ArrayList<Object>(); - for (Method matchingMethod : matchingMethods) { int methodCost = 0; @@ -240,8 +238,6 @@ public class MethodOverloadResolver { int lowestCost = Integer.MAX_VALUE; - ArrayList<Object> paramList = new ArrayList<Object>(); - for (Constructor matchingConstructor : matchingConstructors) { int constructorCost = 0; |