Remove two useless NULL pointer checks in load_one_re_filterfile().
authorFabian Keil <fk@fabiankeil.de>
Sat, 30 Jul 2011 15:12:42 +0000 (15:12 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 30 Jul 2011 15:12:42 +0000 (15:12 +0000)
commit851da710706192a22084570b6bfe71b66089977b
treec7cd2ee738022237ccdb6910fb75d33dde4024c8
parent4b88769c0ecb4b0d43fad38bd15273a490e3ddf3
Remove two useless NULL pointer checks in load_one_re_filterfile().

csp has already been dereferenced earlier and there's
no reason why it should be NULL anyway.
loaders.c