From a4f4b72b80dd7a36d65828d351716c45908c0ada Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Aug 1999 07:40:00 +0000 Subject: Update. 1999-08-31 Ulrich Drepper * time/strftime.c (my_strftime): Remove unneeded variable len. * time/strptime.c: Undo last change. --- time/strftime.c | 1 - 1 file changed, 1 deletion(-) (limited to 'time/strftime.c') diff --git a/time/strftime.c b/time/strftime.c index 9ad16b2372..995a6d9f8f 100644 --- a/time/strftime.c +++ b/time/strftime.c @@ -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 -- cgit v1.2.3