diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-31 07:40:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-31 07:40:00 +0000 |
commit | a4f4b72b80dd7a36d65828d351716c45908c0ada (patch) | |
tree | 62c5a567f661b6fbe1e0840e483a2a8c1d290a60 /time/strftime.c | |
parent | 4b10dd6c1959577f57850ca427a94fe22b9f3299 (diff) | |
download | glibc-a4f4b72b80dd7a36d65828d351716c45908c0ada.tar.gz glibc-a4f4b72b80dd7a36d65828d351716c45908c0ada.tar.xz glibc-a4f4b72b80dd7a36d65828d351716c45908c0ada.zip |
Update.
1999-08-31 Ulrich Drepper <drepper@cygnus.com> * time/strftime.c (my_strftime): Remove unneeded variable len. * time/strptime.c: Undo last change.
Diffstat (limited to 'time/strftime.c')
-rw-r--r-- | time/strftime.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |