scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | README | LICENSE

commit e3ca3473ebbafdcbf01c0a59a9db06027be90b95
parent e4678a7b0058662953bd640823b26606e710564c
Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date:   Thu, 30 Apr 2026 11:57:30 +0200

libc/time: Remove unused variable

Diffstat:
Msrc/libc/time/mktime.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/libc/time/mktime.c b/src/libc/time/mktime.c @@ -103,7 +103,6 @@ mktime(struct tm *ptm) { time_t t; long off; - char *name; int i, year; struct tm tm;