Remove redundant NULL checks
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 19 May 2011 08:08:07 +0000 (11:08 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 19 May 2011 08:08:07 +0000 (11:08 +0300)
commite0213a13dff02f54e071d22b07356ee459bf1a27
treedd4d4c0848e81070140eafdc8656eb5378620d62
parent63ee1e735aac4b8cc6e5c1e80c616215cd241bf3
Remove redundant NULL checks
- Fclose() handles NULL by itself, no need to check in callers.
  Also no need to NULL'ify the local variables here.
build/pack.c