]> sourceware.org Git - glibc.git/blobdiff - time/strftime.c
Update.
[glibc.git] / time / strftime.c
index 9ad16b23726dec51f95dc22b9f44e9ae9ee973be..995a6d9f8f8c20131cf8dbdf20d39fd7fa4ad178 100644 (file)
@@ -1202,7 +1202,6 @@ my_strftime (s, maxsize, format, tp ut_argument)
                  /* The wide name is after the single byte name and
                      format.  */
                  char *tcp = strchr (era->name_fmt, '\0') + 1;
-                 size_t len;
                  subfmt = (wchar_t *) (strchr (tcp, '\0') + 1);
                  subfmt = wcschr (subfmt, L'\0') + 1;
 # else
This page took 0.028018 seconds and 5 git commands to generate.