Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Potentially uninitialized local variable
A local non-static variable of a non-class type has an undefined value before it is initialized. For example, it is incorrect to rely on an uninitialized integer to have the value `0`. Fixed by removing the unused variable completely.
- Loading branch information