function syslog_uninstall

Implements hook_uninstall().

File

drupal/modules/syslog/syslog.install, line 11
Install, update and uninstall functions for the syslog module.

Code

function syslog_uninstall() {
  variable_del('syslog_identity');
  variable_del('syslog_facility');
  variable_del('syslog_format');
}