Skip to content

Commit

Permalink
Remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
xichen2020 committed Nov 27, 2018
1 parent 5d551ac commit e9b7b72
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions storage/namespace.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ func newDatabaseNamespace(
copy(idClone, id)

n := &dbNamespace{
id: id,
shardSet: shardSet,
opts: opts,
tickWorkers: tickWorkers,
id: id,
shardSet: shardSet,
opts: opts,
}
n.initShards()
return n
Expand Down

0 comments on commit e9b7b72

Please sign in to comment.