| 514 | char chars[max(max(TZ_MAX_CHARS + CHARS_EXTRA, sizeof "UTC"), |
| 515 | 2 * (TZNAME_MAXIMUM + 1))]; |
| 516 | #if TZ_RUNTIME_LEAPS |
| 517 | struct lsinfo lsis[TZ_MAX_LEAPS]; |
| 518 | #endif |
| 519 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected