remove commented code

This commit is contained in:
Travis 2021-02-10 11:57:23 -06:00
parent 5a09b5196e
commit c37424f24f
No known key found for this signature in database
GPG key ID: 37080CC2042BA34E

View file

@ -1079,7 +1079,6 @@ func (h *Holder) LoadView(index, field, view string) (*view, error) {
// CreateIndexAndBroadcast creates an index locally, then broadcasts the
// creation to other nodes so they can create locally as well. An error is
// returned if the index already exists.
//func (h *Holder) CreateIndexAndBroadcast(name string, opt IndexOptions) (*Index, error) {
func (h *Holder) CreateIndexAndBroadcast(cim *CreateIndexMessage) (*Index, error) {
h.mu.Lock()
defer h.mu.Unlock()