Skip to content

Commit

Permalink
Remove field.
Browse files Browse the repository at this point in the history
  • Loading branch information
Moderocky committed Dec 31, 2024
1 parent 1fcacc8 commit 0eb6988
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/ch/njol/skript/config/Node.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import java.io.PrintWriter;
import java.util.*;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.regex.Pattern;

/**
* @author Peter Güttinger
Expand Down Expand Up @@ -99,9 +98,6 @@ public void move(final SectionNode newParent) {
newParent.add(this);
}

@SuppressWarnings("null")
private final static Pattern linePattern = Pattern.compile("^((?:[^#]|##)*)(\\s*#(?!#).*)$");

/**
* Splits a line into value and comment.
* <p>
Expand Down

0 comments on commit 0eb6988

Please sign in to comment.