Skip to content
  • Erik Hovland's avatar
    Remove empty if clause. · 53c96e41
    Erik Hovland authored
    An if clause is empty. This makes the else do all of the work
    and still ends up w/ a larger object file because the if clause
    is stuck into the object file. By moving to the logical not of
    the if we can remove the empty clause.
    
    53c96e41