Commit d2b11fd3 authored by Vincent Pelletier's avatar Vincent Pelletier

ZSQLCatalog.SQLCatalog: Drop unused SearchKeyWrapperForScriptableKey class property overrides.

These are only accessed within methods which are not reachable from
this SearckKey type, so this was essentially dead code.
parent a41f71c3
No related merge requests found
......@@ -2545,9 +2545,6 @@ class SearchKeyWrapperForScriptableKey(SearchKey.SearchKey.SearchKey):
This SearchKey is a simple wrapper around a ScriptableKey, so such script
can be used in place of a regular SearchKey.
"""
default_comparison_operator = None
get_operator_from_value = False
def __init__(self, column, script):
self.script = script
super(SearchKeyWrapperForScriptableKey, self).__init__(column)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment