Skip to content
Snippets Groups Projects
Commit e5380c85 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent cb7cd262
No related branches found
No related tags found
No related merge requests found
......@@ -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'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment