breaker: remover useless code (#114)

This commit is contained in:
刘青
2020-10-04 16:25:26 +08:00
committed by GitHub
parent f90c0aa98e
commit e66cca3710
3 changed files with 0 additions and 16 deletions

View File

@@ -27,7 +27,6 @@ func getGoogleBreaker() *googleBreaker {
return &googleBreaker{
stat: st,
k: 5,
state: StateClosed,
proba: mathx.NewProba(),
}
}