qlever icon indicating copy to clipboard operation
qlever copied to clipboard

Unused toString method in ParsedQuery

Open joka921 opened this issue 3 years ago • 0 comments

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.

joka921 avatar Apr 07 '21 14:04 joka921