Skip to content

Commit

Permalink
Cleanup unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
btk5h committed May 20, 2018
1 parent cd667be commit ed00137
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/btk5h/reqn/skript/EffRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public class EffRequest extends Effect {

private static final Pattern HEADER = Pattern.compile("(.*?):(.+)");
private static final String[] EMPTY_STRING_ARRAY = new String[0];
private static final ReentrantLock SKRIPT_EXECUTION = new ReentrantLock(true);
private static final Field DELAYED;

static {
Expand Down

0 comments on commit ed00137

Please sign in to comment.