ref: 2572893f1b0de5dc64c320151d4428e4c0c5c8b5
parent: 12f44d91003179e27b12ce1cf57524dc45fd1f2d
author: Jacob Moody <moody@posixcafe.org>
date: Sat Jan 28 22:18:56 EST 2023
remove unused variables
--- a/h2_main.c
+++ b/h2_main.c
@@ -187,9 +187,7 @@
void H2_Main(void)
{
- int p, i;
- char *slash;
- char *wadloc[nelem(wadfiles)];
+ int p;
M_FindResponseFile();
setbuf(stdout, NULL);