Remove useless more "if" tests before "free".
commit62605cbfcb3d2f118c9f64ce049220b82928e6d4
authorUlrich Drepper <drepper@redhat.com>
Tue, 27 May 2008 06:04:07 +0000 (27 06:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 27 May 2008 06:04:07 +0000 (27 06:04 +0000)
tree0af0f74a35664879e6a6e455122e3eec1ba24d0d
parent4b2c85c0b9a04b0ca4e4d031a5b92b2160f17bc3
Remove useless more "if" tests before "free".

* include/inline-hashtab.h (htab_delete): Likewise.
* libio/freopen.c (freopen): Likewise.
* libio/freopen64.c (freopen64): Likewise.
* locale/programs/ld-collate.c (collate_read): Likewise.
* misc/fstab.c (libc_freeres_fn): Likewise.
* posix/glob.c (globfree): Likewise.
19 files changed:
ChangeLog
include/inline-hashtab.h
libio/freopen.c
libio/freopen64.c
locale/programs/ld-collate.c
misc/fstab.c
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S
nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S
nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S
nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S
posix/glob.c