fix luacheck: remove unused local

This commit is contained in:
Rene Schallner
2022-01-02 15:05:08 +01:00
parent 83526ce074
commit 90f9cd784b

View File

@@ -259,7 +259,6 @@ local function calculate_dates(date)
local dinfo = os.date("*t", time) -- this normalizes the input to a full date table
local oneday = 24 * 60 * 60 -- hours * days * seconds
local oneweek = 7 * oneday
local oneyear = 365 * oneday
local df = dateformats
local dates = {}