From 7ce0dea954b4ba8df362e9aa09fd60cfec78840d Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Wed, 5 Jan 2022 22:37:21 +0000 Subject: [PATCH] output: SQLITE3: remove unused variable There's local variable left over from a previous tidy-up. Remove it. Fixes: 67b0be90f16f ("output: SQLITE3: improve mapping of fields to DB columns") Signed-off-by: Jeremy Sowden Signed-off-by: Pablo Neira Ayuso --- output/sqlite3/ulogd_output_SQLITE3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/output/sqlite3/ulogd_output_SQLITE3.c b/output/sqlite3/ulogd_output_SQLITE3.c index 51eab78..0a9ad67 100644 --- a/output/sqlite3/ulogd_output_SQLITE3.c +++ b/output/sqlite3/ulogd_output_SQLITE3.c @@ -320,7 +320,6 @@ sqlite3_init_db(struct ulogd_pluginstance *pi) } for (col = 0; col < num_cols; col++) { - char *underscore; struct field *f; /* prepend it to the linked list */ -- 2.47.2