Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing committed Mar 4, 2021
1 parent 5884873 commit 041bbd1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
</PropertyGroup>
</Target>

<Target Name="CheckVersion" DependsOnTargets="GetLatestVersion">
<Warning Text="TimeZoneDataVersion does not match https://data.iana.org/time-zones/tzdb/version" Condition="'$(TimeZoneDataVersion)' != '$(LatestTimeZoneDataVersion)'" />
</Target>

<Target Name="UpdateData">
<RemoveDir Directories="$(TimeZoneDataSrcDir)" />
<Exec Command="wget -r -nH --cut-dirs=2 --no-parent --reject='index.html*' -P $(TimeZoneDataIntermediateDir) https://data.iana.org/time-zones/tzdb-$(TimeZoneDataVersion)/" />
Expand Down

0 comments on commit 041bbd1

Please sign in to comment.