Skip to content

Commit

Permalink
Remove unused value.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Feb 26, 2015
1 parent 98501ac commit 9959aef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/org/jruby/javasupport/JavaClass.java
Expand Up @@ -247,7 +247,6 @@ private static abstract class NamedInstaller {
static final int STATIC_METHOD = 2;
static final int INSTANCE_FIELD = 3;
static final int INSTANCE_METHOD = 4;
static final int CONSTRUCTOR = 5;

final String name;
final int type;
Expand Down

0 comments on commit 9959aef

Please sign in to comment.