diff options
| author | Michael Forney <mforney@mforney.org> | 2019-07-11 01:48:02 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-07-11 01:48:02 -0700 |
| commit | 8ef49eb84ae3f4a579306ea4fdc77489f25f14a1 (patch) | |
| tree | 32d207cfc761613644c08444e7fb3017d02ec1a1 /pkg | |
| parent | a702cf6f29281c11359efb81aa1d0be4cbd7b91a (diff) | |
tz: Remove obsolete systemv data
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/tz/data.lua | 4 | ||||
| -rw-r--r-- | pkg/tz/gen.lua | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/pkg/tz/data.lua b/pkg/tz/data.lua index 6279e3ec..bf344f75 100644 --- 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 index 24cc0f66..ba41e2e4 100644 --- a/pkg/tz/gen.lua +++ b/pkg/tz/gen.lua @@ -16,7 +16,6 @@ local srcs = { 'northamerica', 'southamerica', 'etcetera', - 'systemv', 'factory', } |
