From fe2c4de1b68c8a0e818b8a44b9d928b9c8c79ecf Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Sun, 11 Dec 2022 00:19:17 +0000 Subject: [PATCH] Remove unused variable. I thought I'd use it but I probably won't. --- src/Matrix.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Matrix.c b/src/Matrix.c index f3cf5ab..c49795c 100644 --- a/src/Matrix.c +++ b/src/Matrix.c @@ -39,7 +39,6 @@ MatrixHttpHandler(HttpServerContext * context, void *argp) MatrixHttpHandlerArgs *args = (MatrixHttpHandlerArgs *) argp; LogConfig *lc = args->lc; - Db *db = args->db; HashMap *requestHeaders = HttpRequestHeaders(context); FILE *stream;