Issue #2081115 by deneo, areke, mrsinguyen: Remove Unused local variables from the syslog module.

8.0.x
webchick 2013-12-22 11:51:47 -08:00
parent cb7cd26247
commit e5380c855e
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ class SyslogTest extends WebTestBase {
$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'));