From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 4 Dec 2025 12:47:33 +0000 (-0500) Subject: Remove unused global variable X-Git-Tag: rec-5.4.0-alpha1~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16593%2Fhead;p=thirdparty%2Fpdns.git Remove unused global variable It was orphaned by 0bbd0a64dc496720155c575c5ff438a92b05e76c Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/regression-tests.api/runtests.py b/regression-tests.api/runtests.py index 50c5d245c5..cb9bcdea15 100755 --- a/regression-tests.api/runtests.py +++ b/regression-tests.api/runtests.py @@ -184,8 +184,6 @@ if not sdig or not os.path.exists(sdig): if daemon == 'authoritative': - zone2sql = os.environ.get("ZONE2SQL", "../pdns/zone2sql") - # Prepare mysql DB with some zones. if backend == 'gmysql': subprocess.call(["mysqladmin", "--user=" + MYSQL_USER, "--password=" + MYSQL_PASSWD, "--host=" + MYSQL_HOST, "--force", "drop", MYSQL_DB])