From 251868dd7e22c510a44ecd01150dff308e0fceae Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 20 Jan 2015 22:34:14 +0100 Subject: [ticket/13527] Remove two unused variables. PHPBB3-13527 --- phpBB/includes/acp/acp_update.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/acp/acp_update.php b/phpBB/includes/acp/acp_update.php index 5d3e9abcea..7d16a46916 100644 --- a/phpBB/includes/acp/acp_update.php +++ b/phpBB/includes/acp/acp_update.php @@ -34,9 +34,6 @@ class acp_update $this->page_title = 'ACP_VERSION_CHECK'; // Get current and latest version - $errstr = ''; - $errno = 0; - $info = obtain_latest_version_info(request_var('versioncheck_force', false)); if (empty($info)) -- cgit v1.2.1