mirror of https://bitbucket.org/ausocean/av.git
revid/revid.go: removed default case in switch with revid.Update()
This commit is contained in:
parent
ea8572a777
commit
a4d179039b
|
@ -486,7 +486,6 @@ func (r *Revid) Update(vars map[string]string) error {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
r.config.BurstPeriod = uint(v)
|
r.config.BurstPeriod = uint(v)
|
||||||
default:
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue