maint: split: remove --filter specific code from other paths
commit41139da2e774dd352ea4566d72f2f3818e0338e7
authorPádraig Brady <P@draigBrady.com>
Fri, 20 May 2011 00:10:58 +0000 (20 01:10 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 25 May 2011 23:28:14 +0000 (26 00:28 +0100)
treec0eae0fb72470bd8d598c6572e9f89889252a4a1
parentbfffa909477924eaaa2a5e20ee44be087b0ac87d
maint: split: remove --filter specific code from other paths

* src/split.c (lines_chunk_split): Don't use ignore_error() which
is redundant and confusing when not running with --filter.
(lines_rr): Likewise.
(ofile_open): Likewise. Add a comment to clarify that
filters aren't restarted under file descriptor pressure.
src/split.c