From f41f23915e4f41a46f1548cb8263507765b2a095 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 14 Jun 2010 17:13:47 +0000 Subject: [PATCH] Remove unused var --- includes/installer/Installer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index cb4b6971e5..9e734a71d5 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -393,7 +393,6 @@ abstract class Installer { /** Environment check for DB types */ function envCheckDB() { $compiledDBs = array(); - $haveDl = $this->haveDl(); $goodNames = array(); $allNames = array(); foreach ( $this->dbTypes as $name ) { -- 2.20.1