diff --git a/beets/library.py b/beets/library.py index c8460955d..876b0961f 100644 --- a/beets/library.py +++ b/beets/library.py @@ -589,53 +589,6 @@ class CollectionQuery(Query): clause = (' ' + joiner + ' ').join(clause_parts) return clause, subvals - # Regular expression for _parse_query_part, below. - _pq_regex = re.compile( - # Non-capturing optional segment for the keyword. - r'(?:' - r'(\S+?)' # The field key. - r'(?