The filter file array can't be NULL so don't bother checking
authorFabian Keil <fk@fabiankeil.de>
Sat, 18 Oct 2014 11:30:24 +0000 (11:30 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 18 Oct 2014 11:30:24 +0000 (11:30 +0000)
commita424f86288eb20ce7a1fbf30fec18980d69c4e24
tree09114d36a519dda4db1d66158bd8ef0d605f4339
parentf1ca57d4ee5ad84c2e88e65215c249548341862f
The filter file array can't be NULL so don't bother checking

The intention was checking whether or not filters are available,
but that's a premature optimization for an unlikely scenario,
so the bogus checks can be dropped without replacement.

CID 66389, CID 66385, CID 66375.
filters.c