You are here

function l10n_update_test_uninstall in Localization update 7.2

Implements hook_uninstall().

File

tests/modules/l10n_update_test/l10n_update_test.install, line 11
Install, update and uninstall functions for the l10n_update_test module.

Code

function l10n_update_test_uninstall() {

  // Clear variables.
  variable_del('l10n_update_test_system_info_alter');
  variable_del('l10n_update_test_projects_alter');
}