Remove unused fields

This commit is contained in:
Aaron L 2016-08-03 22:44:57 -07:00
parent 535c86bca0
commit f98ff568fb

View file

@ -35,9 +35,6 @@ type Query struct {
count bool
from []string
innerJoins []join
outerJoins []join
leftOuterJoins []join
rightOuterJoins []join
where []where
groupBy []string
orderBy []string