Skip to content

Commit

Permalink
Remove redundant SET Keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
concretevitamin committed Jun 6, 2014
1 parent 271f0b1 commit 88dd0c8
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -146,7 +146,6 @@ class SqlParser extends StandardTokenParsers with PackratParsers {
protected val OUTER = Keyword("OUTER")
protected val RIGHT = Keyword("RIGHT")
protected val SELECT = Keyword("SELECT")
protected val SET = Keyword("SET")
protected val STRING = Keyword("STRING")
protected val SUM = Keyword("SUM")
protected val TRUE = Keyword("TRUE")
Expand Down

0 comments on commit 88dd0c8

Please sign in to comment.