Skip to content
Snippets Groups Projects
Commit d829368f authored by dgelessus's avatar dgelessus
Browse files

Remove @SuppressWarnings("unused") for generated Lexer classes

Unlike in the parser, there should be no unused things anywhere here.
parent b97db2ca
Branches
Tags
No related merge requests found
Pipeline #118806 passed
......@@ -10,7 +10,6 @@ import java.io.PushbackReader;
import org.sablecc.sablecc.node.*;
@SuppressWarnings("unused")
public class Lexer
{
protected Token token;
......
......@@ -34,7 +34,6 @@ import java.io.PushbackReader;
import $0$node.*;
@SuppressWarnings("unused")
public class Lexer
{
protected Token token;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment