Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audit: remove unnecessary 'ret' initialization
The variable 'ret' is set to 0 when declared. The 'ret' is unused until it is set to 0 again. So it had better remove unnecessary initialization. Signed-off-by: Austin Kim <[email protected]> Signed-off-by: Paul Moore <[email protected]>
- Loading branch information