This code has an unnecessary check:

    <?php

    if (true) {
        echo "Hello World!";
    }

Do you see it?
