Skip to content

#1476: Remove duplicate if statement

I was reading the code while replying to an issue from @mgimenez, when I noticed the duplicate if statement. To review it, just go to the "Changes" to see the list of modified files, then click on the top of the file changes to load a few more lines. You should then see another identical if statement, and also that the result var is never used, only further down where it's declared anyway.

Merge request reports

Loading