Skip to content

Commit

Permalink
output: Remove a needless member
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Jul 5, 2022
1 parent c01ccbf commit 57bb631
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion output/flb_output.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ struct flb_api {
void *(*output_get_cmt_instance) (void *);
void *__;
void (*log_print) (int, const char*, int, const char*, ...);
int (*log_check) (int);
int ___;
int (*output_log_check) (void *, int);
};
Expand Down

0 comments on commit 57bb631

Please sign in to comment.