summaryrefslogtreecommitdiff
path: root/elsie.nci.nih.gov/src/checktab.awk
diff options
context:
space:
mode:
Diffstat (limited to 'elsie.nci.nih.gov/src/checktab.awk')
-rw-r--r--elsie.nci.nih.gov/src/checktab.awk9
1 files changed, 0 insertions, 9 deletions
diff --git a/elsie.nci.nih.gov/src/checktab.awk b/elsie.nci.nih.gov/src/checktab.awk
index 9a452b6..cf2c726 100644
--- a/elsie.nci.nih.gov/src/checktab.awk
+++ b/elsie.nci.nih.gov/src/checktab.awk
@@ -12,15 +12,6 @@ BEGIN {
# A special (and we hope temporary) case.
tztab["America/Montreal"] = 1
- # Some more special cases; these are zones that should probably
- # be turned into links.
- if (zone_table == "zone1970.tab") {
- tztab["America/Antigua"] = 1
- tztab["America/Cayman"] = 1
- tztab["Pacific/Midway"] = 1
- tztab["Pacific/Saipan"] = 1
- }
-
while (getline <iso_table) {
iso_NR++
if ($0 ~ /^#/) continue