function dblog_uninstall

Implements hook_uninstall().

File

drupal/modules/dblog/dblog.install, line 98
Install, update and uninstall functions for the dblog module.

Code

function dblog_uninstall() {
  variable_del('dblog_row_limit');
}