Describe the bug
It looks like this assignment to aqlRequest.Verbose is dead (the field is never read in the same function, and aqlRequest is not a pointer).
To Reproduce
I found this issue using static analysis, so I cannot provide reproduction steps. I imagine one possible outcome of this could be that this if condition never holds,
Describe the bug
It looks like this assignment to
aqlRequest.Verboseis dead (the field is never read in the same function, andaqlRequestis not a pointer).To Reproduce
I found this issue using static analysis, so I cannot provide reproduction steps. I imagine one possible outcome of this could be that this
ifcondition never holds,