Skip to content

Commit

Permalink
Remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 21, 2016
1 parent 9b160d3 commit be02e75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/net/aufdemrand/denizencore/objects/aH.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public static class Argument {
// Construction
public Argument(String string) {
raw_value = string;
string = string;

int first_colon = string.indexOf(':');
int first_space = string.indexOf(' ');
Expand Down

0 comments on commit be02e75

Please sign in to comment.