Remove broken lastQuery feature, fixes krunner crashes for me
It was broken according to the removed comment in the test. I think it was broken, and also crashed, due to accessing one QString from multiple threads without coordination.
There was a malloc error: "double free or corruption (!prev)" at malloc.c:5389 in the line: lastExecutedQuery = query; that doesn't seem to have any possible cause except threading shenanigans.