summaryrefslogtreecommitdiff
path: root/zishrink.awk
diff options
context:
space:
mode:
Diffstat (limited to 'zishrink.awk')
-rw-r--r--zishrink.awk5
1 files changed, 0 insertions, 5 deletions
diff --git a/zishrink.awk b/zishrink.awk
index 74e0de9..8876b68 100644
--- a/zishrink.awk
+++ b/zishrink.awk
@@ -172,11 +172,6 @@ function process_input_line(line, field, end, i, n, startdef)
if (line ~ /^R /) return
line = substr(line, 1, RSTART) substr(line, RSTART + 5)
}
- # Replace SpainAfrica rules with Morocco, as they are duplicates.
- if (match(line, / SpainAfrica /)) {
- if (line ~ /^R /) return
- line = substr(line, 1, RSTART) "Morocco" substr(line, RSTART + RLENGTH - 1)
- }
# Abbreviate times.
while (match(line, /[: ]0+[0-9]/))