Remove duplicated DoNotIgnoreErrors method (#2196)

This commit is contained in:
Alexander Matyushentsev 2019-08-22 10:43:39 -07:00 committed by Alex Collins
parent fc934fd4d7
commit 7ac9e6f23c

View file

@ -28,10 +28,6 @@ func (a *Actions) IgnoreErrors() *Actions {
a.ignoreErrors = true
return a
}
func (a *Actions) DoNotIgnoreErrors() *Actions {
a.ignoreErrors = false
return a
}
func (a *Actions) DoNotIgnoreErrors() *Actions {
a.ignoreErrors = false