remove unused code

pull/298/merge
Darien Raymond 8 years ago
parent 4b725c61d1
commit 98b5b415f0
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -52,11 +52,3 @@ func CancelAfterInactivity(ctx context.Context, timeout time.Duration) (context.
go timer.run()
return ctx, timer
}
type noOpActivityTimer struct{}
func (noOpActivityTimer) Update() {}
func BackgroundTimer() ActivityTimer {
return noOpActivityTimer{}
}

Loading…
Cancel
Save