revid/revid.go: removed default case in switch with revid.Update()

This commit is contained in:
saxon 2019-02-05 10:49:05 +10:30
parent ea8572a777
commit a4d179039b
1 changed files with 0 additions and 1 deletions

View File

@ -486,7 +486,6 @@ func (r *Revid) Update(vars map[string]string) error {
break
}
r.config.BurstPeriod = uint(v)
default:
}
}