From 0a77f74bfcf46cb7162ef017d2f9d3f1f1694721 Mon Sep 17 00:00:00 2001
From: areke <markpklein@gmail.com>
Date: Sat, 30 Nov 2013 08:41:35 -1000
Subject: [PATCH 3/3] Remove unused variable $edit from SyslogTest.php

---
 core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php |    1 -
 1 file changed, 1 deletion(-)

diff --git a/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php b/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php
index bba8706..1e1a545 100644
--- a/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php
+++ b/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php
@@ -36,7 +36,6 @@ function testSettings() {
     $admin_user = $this->drupalCreateUser(array('administer site configuration'));
     $this->drupalLogin($admin_user);
 
-    $edit = array();
     // If we're on Windows, there is no configuration form.
     if (defined('LOG_LOCAL6')) {
       $this->drupalPostForm('admin/config/development/logging', array('syslog_facility' => LOG_LOCAL6), t('Save configuration'));
-- 
1.7.10.2 (Apple Git-33)

