URI:
       libc/time: Remove unused variable - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e3ca3473ebbafdcbf01c0a59a9db06027be90b95
   DIR parent e4678a7b0058662953bd640823b26606e710564c
  HTML Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
       Date:   Thu, 30 Apr 2026 11:57:30 +0200
       
       libc/time: Remove unused variable
       
       Diffstat:
         M src/libc/time/mktime.c              |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR 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;