8289768: Clean up unused code

Reviewed-by: dfuchs, lancea, weijun, naoto, cjplummer, alanb, michaelm, chegar
This commit is contained in:
Daniel Jeliński 2022-07-12 11:30:17 +00:00
parent 3b9059a147
commit 04c47da118
46 changed files with 29 additions and 98 deletions

View file

@ -151,7 +151,6 @@ findZoneinfoFile(char *buf, size_t size, const char *dir)
struct dirent *dp = NULL;
char *pathname = NULL;
char *tz = NULL;
int res;
if (strcmp(dir, ZONEINFO_DIR) == 0) {
/* fast path for 1st iteration */