forked from Telodendria/Telodendria
Remove unused variable. I thought I'd use it but I probably won't.
This commit is contained in:
parent
d56aaa921d
commit
fe2c4de1b6
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue