Skip to content

Commit

Permalink
input_chunk: remove unused var
Browse files Browse the repository at this point in the history
Signed-off-by: Takahiro Yamashita <[email protected]>
  • Loading branch information
nokute78 committed Jul 29, 2023
1 parent 59bbb9f commit 482ae07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flb_input_chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,6 @@ static struct flb_input_chunk *input_chunk_get(struct flb_input_instance *in,
int new_chunk = FLB_FALSE;
size_t out_size;
struct flb_input_chunk *ic = NULL;
size_t expected_chunk_size;

if (tag_len > FLB_INPUT_CHUNK_TAG_MAX) {
flb_plg_warn(in,
Expand Down

0 comments on commit 482ae07

Please sign in to comment.