From 34a78487496accce366a43f3222854172ab8269b Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Fri, 15 Oct 2010 04:23:18 +0000
Subject: [PATCH] #939918 by joetsuihk: Remove unused variable in
 system_ip_blocking().

---
 modules/system/system.admin.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 431a412428b1..0c2ac099f627 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1346,7 +1346,6 @@ function system_modules_uninstall_submit($form, &$form_state) {
  *   use as the default value of the IP address form field.
  */
 function system_ip_blocking($default_ip = '') {
-  $output = '';
   $rows = array();
   $header = array(t('Blocked IP addresses'), t('Operations'));
   $result = db_query('SELECT * FROM {blocked_ips}');
-- 
GitLab