touch: Remove useless variable
The only possible return values of stat are 0 or -1, so it doesn't make sense to store the return value in a variable to make sure it is not positive.
This commit is contained in:
Reference in New Issue
Block a user