mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
remove filter query struct
This commit is contained in:
parent
5fe676efb6
commit
f3f29cf45d
|
|
@ -409,8 +409,6 @@ type Query struct {
|
|||
mutex sync.Mutex
|
||||
}
|
||||
|
||||
type FilterQuery Query
|
||||
|
||||
// Source implements pipeline.Source, and is the buffer for the input
|
||||
type Source struct {
|
||||
pipeline.ChanOutput
|
||||
|
|
|
|||
Loading…
Reference in a new issue