Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
1fd029f11dc4
Commit
b2e59dd5
authored
Mar 12, 2019
by
Nicolas Chauvat
Browse files
[server/querier] drop ExecutionPlan.annotate_rqlst that is never used
parent
492e1e0bbc6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb/server/querier.py
View file @
1fd029f1
...
...
@@ -171,10 +171,6 @@ class ExecutionPlan(object):
# tracing token for debugging
self
.
rql_query_tracing_token
=
None
def
annotate_rqlst
(
self
):
if
not
self
.
rqlst
.
annotated
:
self
.
rqlhelper
.
annotate
(
self
.
rqlst
)
def
add_step
(
self
,
step
):
"""add a step to the plan"""
self
.
steps
.
append
(
step
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment