commit: 8ef49eb84ae3f4a579306ea4fdc77489f25f14a1
parent a702cf6f29281c11359efb81aa1d0be4cbd7b91a
Author: Michael Forney <mforney@mforney.org>
Date: Thu, 11 Jul 2019 01:48:02 -0700
tz: Remove obsolete systemv data
Diffstat:
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/pkg/tz/data.lua b/pkg/tz/data.lua
@@ -1,4 +1,4 @@
--- 2,<cd src && awk -f ../data.awk africa antarctica asia australasia europe northamerica southamerica etcetera systemv factory
+-- 2,<cd src && awk -f ../data.awk africa antarctica asia australasia europe northamerica southamerica etcetera factory
return {
africa={
["Africa/Algiers"]=false,
@@ -489,8 +489,6 @@ return {
["Etc/GMT+11"]=false,
["Etc/GMT+12"]=false,
},
- systemv={
- },
factory={
["Factory"]=false,
},
diff --git a/pkg/tz/gen.lua b/pkg/tz/gen.lua
@@ -16,7 +16,6 @@ local srcs = {
'northamerica',
'southamerica',
'etcetera',
- 'systemv',
'factory',
}