qlever
qlever copied to clipboard
Unused toString method in ParsedQuery
The ParsedQuery
class has a toString method, that is recursively defined for all types.
It is however never used and not needed (only reference is a trivial test that can be done much easier).
We should get rid of this Code for good.