remove needless break. (#7008)

Signed-off-by: johncming <johncming@yahoo.com>
This commit is contained in:
johncming 2020-03-19 19:21:00 +08:00 committed by GitHub
parent 5f5c7a4477
commit bbacd2dd09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -618,7 +618,6 @@ func main() {
func() error { func() error {
select { select {
case <-dbOpen: case <-dbOpen:
break
// In case a shutdown is initiated before the dbOpen is released // In case a shutdown is initiated before the dbOpen is released
case <-cancel: case <-cancel:
reloadReady.Close() reloadReady.Close()