mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
remove commented code
This commit is contained in:
parent
5a09b5196e
commit
c37424f24f
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue