Skip to content

Commit 760d9f3

Browse files
committed
tests: runtime: in_event_test: remove unused variables
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 7568fdd commit 760d9f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/runtime/in_event_test.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@
55

66
void flb_test_input_event()
77
{
8-
int i;
98
int ret;
10-
int bytes;
11-
char p[100];
129
flb_ctx_t *ctx;
1310
int in_ffd;
1411
int out_ffd;
15-
int filter_ffd;
1612

1713
ctx = flb_create();
1814

0 commit comments

Comments
 (0)