Completed
Push — master ( b2821f...db0fbd )
by Kirill
02:29
created
src/Grammar/PP2.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -9,17 +9,10 @@
 block discarded – undo
9 9
 
10 10
 namespace Railt\Compiler\Grammar;
11 11
 
12
-use Railt\Compiler\Exception\IncludeNotFoundException;
13
-use Railt\Compiler\Exception\UnrecognizedTokenException;
14
-use Railt\Compiler\Grammar\PP2\Lexer;
15 12
 use Railt\Compiler\Grammar\PP2\Parser;
16 13
 use Railt\Compiler\Reader\GrammarInterface;
17 14
 use Railt\Compiler\Reader\Result;
18
-use Railt\Io\File;
19 15
 use Railt\Io\Readable;
20
-use Railt\Lexer\Result\Eoi;
21
-use Railt\Lexer\Result\Unknown;
22
-use Railt\Lexer\TokenInterface;
23 16
 
24 17
 /**
25 18
  * Class Grammar
Please login to merge, or discard this patch.