projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68e9687
)
(__tzfile_read): Remove unused variable info.
author
drepper
<drepper>
Fri, 15 May 1998 09:07:36 +0000
(09:07 +0000)
committer
drepper
<drepper>
Fri, 15 May 1998 09:07:36 +0000
(09:07 +0000)
(__tzfile_compute): Likewise.
time/tzfile.c
patch
|
blob
|
history
diff --git
a/time/tzfile.c
b/time/tzfile.c
index
c9becf3
..
23f3062
100644
(file)
--- a/
time/tzfile.c
+++ b/
time/tzfile.c
@@
-90,7
+90,6
@@
__tzfile_read (const char *file)
struct tzhead tzhead;
size_t chars;
register size_t i;
- struct ttinfo *info;
__use_tzfile = 0;
@@
-421,7
+420,6
@@
__tzfile_compute (time_t timer, int use_localtime,
if (use_localtime)
{
- struct ttinfo *info = find_transition (timer);
__daylight = rule_stdoff != rule_dstoff;
__timezone = -rule_stdoff;
__tzname[1] = NULL;