Remove simple interface no longer used

This commit is contained in:
Chris Roberts 2021-07-12 11:43:43 -07:00 committed by Paul Hinze
parent 8f222b36de
commit 1029d5cba5
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -3,7 +3,3 @@ package core
type closer interface {
Closer(func() error)
}
type closes interface {
Close() error
}