From 89740595779c7a3a2b2fe87425166b508e469c3e Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 31 Mar 2020 20:01:12 -0400 Subject: [PATCH] Remove unused variables in resettaskactivity. --- zone/embparser_api.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/embparser_api.cpp b/zone/embparser_api.cpp index 6e07ad9f0..19c3a2b38 100644 --- a/zone/embparser_api.cpp +++ b/zone/embparser_api.cpp @@ -2358,7 +2358,6 @@ XS(XS__updatetaskactivity) { XS(XS__resettaskactivity); XS(XS__resettaskactivity) { dXSARGS; - unsigned int task, activity; if (items == 2) { int task_id = (int) SvIV(ST(0)); int activity_id = (int) SvIV(ST(1));