[#254] innerring: Remove unused TimersHandlers() method from processors

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2023-04-14 14:22:23 +03:00
parent 8466894fdf
commit 0b42a00a60
8 changed files with 0 additions and 36 deletions

View file

@ -297,8 +297,3 @@ func (np *Processor) ListenerNotaryHandlers() []event.NotaryHandlerInfo {
return hh
}
// TimersHandlers for the 'Timers' event producer.
func (np *Processor) TimersHandlers() []event.NotificationHandlerInfo {
return nil
}