Removed unused variable

This commit is contained in:
Nauta Turbidus 2024-09-15 22:08:50 +02:00
parent e6998afb6a
commit ae019e58e8

View File

@ -436,7 +436,6 @@ local function fetch_pkgs(params)
local aliases = {}
for _, package in pairs(packages) do
local name_len = #package.name
local is_game = package.type == "game"
-- This must match what contentdb.update_paths() does!
package.id = package.author:lower() .. "/" .. package.name