From 790deb7dafcd0d879dff8d0d220ece23d9bd1def Mon Sep 17 00:00:00 2001 From: nnposter Date: Tue, 25 Nov 2025 02:59:19 +0000 Subject: [PATCH] Remove unused variable --- nselib/ipp.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/nselib/ipp.lua b/nselib/ipp.lua index e44e6d443..1918d767a 100644 --- a/nselib/ipp.lua +++ b/nselib/ipp.lua @@ -399,7 +399,6 @@ Helper = { local state = ag:getAttributeValue("job-state", IPP.Attribute.IPP_TAG_ENUM) or ag:getAttributeValue("job-state") -- some jobs have multiple id tag, so far the INTEGER type have shown the correct ID local id = ag:getAttributeValue("job-id", IPP.Attribute.IPP_TAG_INTEGER) or ag:getAttributeValue("job-id") - local attr = ag:getAttribute("time-at-creation") local tm = ag:getAttributeValue("time-at-creation") local size = ag:getAttributeValue("job-k-octets") .. "k" local jobname = ag:getAttributeValue("com.apple.print.JobInfo.PMJobName") or "Unknown"