Remove unused methods from Resounder

This commit is contained in:
TeoV
2019-02-27 15:39:57 +02:00
committed by Dan Christian Bogos
parent 4274edf69e
commit dbf65175a8

View File

@@ -253,11 +253,6 @@ func (rs *Responder) Shutdown(arg string, reply *string) (err error) {
return
}
func (rs *Responder) GetTimeout(i int, d *time.Duration) error {
*d = rs.Timeout
return nil
}
func (rs *Responder) Call(serviceMethod string, args interface{}, reply interface{}) error {
parts := strings.Split(serviceMethod, ".")
if len(parts) != 2 {