mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Remove unnecessary null pointer checks #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elfring on GitHub (Sep 11, 2015).
An extra null pointer check is not needed in functions like the following.
@eustas commented on GitHub (Oct 6, 2015):
Nice catch. Fixed.
Thank you.
@elfring commented on GitHub (Oct 6, 2015):
Thanks for your small source code improvement.