On Wed, Jan 05, 2022 at 10:48:30PM +0000, Jeremy Sowden wrote: > From e45879a7ea5529c26f369c297295332143ee8420 Mon Sep 17 00:00:00 2001 > From: Jeremy Sowden <jeremy@xxxxxxxxxx> > 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. Applied, thanks > Fixes: 67b0be90f16f ("output: SQLITE3: improve mapping of fields to DB columns") > Signed-off-by: Jeremy Sowden <jeremy@xxxxxxxxxx> > --- > 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 51eab782cc9d..0a9ad67edcff 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.34.1 >