Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
neelance committed Oct 23, 2016
1 parent 042e306 commit be87a8f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions internal/query/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,16 +279,6 @@ func parseArgument(l *lexer.Lexer) (string, Value) {
return name, value
}

type ValueType int

const (
Int ValueType = iota
Float
String
Boolean
Enum
)

func parseValue(l *lexer.Lexer) Value {
switch l.Peek() {
case '$':
Expand Down

0 comments on commit be87a8f

Please sign in to comment.