mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Delete commented out code accidentally left in on last commit
This commit is contained in:
parent
00db92e146
commit
6d5084e3e1
1 changed files with 0 additions and 7 deletions
|
@ -3011,13 +3011,6 @@ getTypeInfo(NSTimeInterval since, GSTimeZone *zone)
|
|||
free(lsp);
|
||||
lsp = NULL;
|
||||
|
||||
#if 0
|
||||
if (!tzparse(zoneName, sp, false))
|
||||
{
|
||||
[NSException raise: fileException
|
||||
format: @"failed to parse zone data"];
|
||||
}
|
||||
#endif
|
||||
scrub_abbrs(sp);
|
||||
}
|
||||
NS_HANDLER
|
||||
|
|
Loading…
Reference in a new issue