Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused assignment to local variable
The -1 value assigned to fd variable is not used for anything as fd is local to the function.
- Loading branch information