wire: remove the extended filter

This commit is contained in:
Olaoluwa Osuntokun 2018-05-30 20:54:23 -07:00
parent 28d4261c2d
commit 66d632f32e
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21

View File

@ -17,9 +17,6 @@ type FilterType uint8
const (
// GCSFilterRegular is the regular filter type.
GCSFilterRegular FilterType = iota
// GCSFilterExtended is the extended filter type.
GCSFilterExtended
)
const (