0
0

remove some unused vars

This commit is contained in:
Marty Schoch 2014-09-02 13:58:27 -04:00
parent 45e1b2dfc6
commit f6a3831687

View File

@ -20,10 +20,6 @@ import (
"github.com/blevesearch/bleve/registry"
)
var tRUE = true
var fALSE = false
const defaultTypeField = "_type"
const defaultType = "_default"
const defaultField = "_all"