summaryrefslogtreecommitdiff
path: root/tz/zishrink.awk
diff options
context:
space:
mode:
Diffstat (limited to 'tz/zishrink.awk')
-rw-r--r--tz/zishrink.awk4
1 files changed, 0 insertions, 4 deletions
diff --git a/tz/zishrink.awk b/tz/zishrink.awk
index 4e187ac..1947c7c 100644
--- a/tz/zishrink.awk
+++ b/tz/zishrink.awk
@@ -166,9 +166,6 @@ function process_input_line(line, \
ruleline = sub(/^Rule /, "R ", line)
zoneline = sub(/^Zone /, "Z ", line)
- # SystemV rules are not needed.
- if (line ~ /^R SystemV /) return
-
# Replace FooAsia rules with the same rules without "Asia", as they
# are duplicates.
if (match(line, /[^ ]Asia /)) {
@@ -275,7 +272,6 @@ BEGIN {
default_dep["factory"] = 1
default_dep["northamerica"] = 1
default_dep["southamerica"] = 1
- default_dep["systemv"] = 1
default_dep["ziguard.awk"] = 1
default_dep["zishrink.awk"] = 1