Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidaty committed Oct 7, 2024
1 parent c1e8adb commit 5940440
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/sheet.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ int ZSV_MAIN_FUNC(ZSV_COMMAND)(int argc, const char *argv[], struct zsv_opts *op
}
if (row_filter) {
size_t found = 0;
update_buffer = 0;
if (read_data(input_data, filename, &opts, &filter_dimensions.col_count, row_filter, 0, 0, header_span, NULL,
&ztv_opts, custom_prop_handler, opts_used, &found)) {
filter_dimensions.row_count = 0;
Expand Down

0 comments on commit 5940440

Please sign in to comment.