mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8289768: Clean up unused code
Reviewed-by: dfuchs, lancea, weijun, naoto, cjplummer, alanb, michaelm, chegar
This commit is contained in:
parent
3b9059a147
commit
04c47da118
46 changed files with 29 additions and 98 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue