summaryrefslogtreecommitdiff
path: root/modules/syslog/syslog.install
blob: 12ff4fb2c7572b2c0d86b934ece2b6711ab7f159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

/**
 * @file
 * Install, update and uninstall functions for the syslog module.
 */

/**
 * Implements hook_uninstall().
 */
function syslog_uninstall() {
  variable_del('syslog_identity');
  variable_del('syslog_facility');
  variable_del('syslog_format');
}