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 ( const (
// GCSFilterRegular is the regular filter type. // GCSFilterRegular is the regular filter type.
GCSFilterRegular FilterType = iota GCSFilterRegular FilterType = iota
// GCSFilterExtended is the extended filter type.
GCSFilterExtended
) )
const ( const (