tas_input: Execute clear() even if empty
clear() when empty is simply a no-op, so we can get rid of the check here and let the stdlib do it for us.
Please register or sign in to comment
clear() when empty is simply a no-op, so we can get rid of the check here and let the stdlib do it for us.