Zap unused method
This commit is contained in:
parent
b29071f37b
commit
73fafacc2c
|
@ -95,11 +95,6 @@ func (r *Result) Finished(sess sqlbuilder.Database) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetGeoIPInfo for the Measurement
|
|
||||||
func (m *Measurement) SetGeoIPInfo() error {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
// Failed writes the error string to the measurement
|
// Failed writes the error string to the measurement
|
||||||
func (m *Measurement) Failed(sess sqlbuilder.Database, failure string) error {
|
func (m *Measurement) Failed(sess sqlbuilder.Database, failure string) error {
|
||||||
m.FailureMsg = sql.NullString{String: failure, Valid: true}
|
m.FailureMsg = sql.NullString{String: failure, Valid: true}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user