This commit is contained in:
Adam Ierymenko 2019-09-21 12:54:45 -07:00
commit 9934a856dd
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
7 changed files with 29 additions and 101 deletions

View file

@ -38,8 +38,6 @@ type nativeTap struct {
multicastGroupHandlersLock sync.Mutex
}
var _ Tap = &nativeTap{}
// Type returns a human-readable description of this tap implementation
func (t *nativeTap) Type() string {
return "native"