Skip to content

Commit

Permalink
Remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Nov 2, 2024
1 parent 4a84c9b commit aeb3243
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ class Compiler
public const PHVOLT_MODE_RAW = 0;
public const PHVOLT_PARSING_FAILED = 0;
public const PHVOLT_PARSING_OK = 1;
public const PHVOLT_SCANNER_RETCODE_EOF = -1;
public const PHVOLT_SCANNER_RETCODE_ERR = -2;
public const PHVOLT_SCANNER_RETCODE_IMPOSSIBLE = -3;
/**
* Operators
*/
Expand Down

0 comments on commit aeb3243

Please sign in to comment.