Skip to content

Commit b8c24ca

Browse files
committed
input: remove conditional of expected FLUSH_LIBCO
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 7ea3b1c commit b8c24ca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/fluent-bit/flb_input.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,6 @@ struct flb_thread *flb_input_thread(struct flb_input_instance *i_ins,
346346
return th;
347347
}
348348

349-
#if defined FLB_HAVE_FLUSH_LIBCO
350-
351349
struct flb_libco_in_params {
352350
struct flb_config *config;
353351
struct flb_input_collector *coll;
@@ -404,8 +402,6 @@ struct flb_thread *flb_input_thread_collect(struct flb_input_collector *coll,
404402
return th;
405403
}
406404

407-
#endif
408-
409405
/*
410406
* This function is used by the output plugins to return. It's mandatory
411407
* as it will take care to signal the event loop letting know the flush

0 commit comments

Comments
 (0)