You are here

function patchinfo_uninstall in PatchInfo 7

Implements hook_uninstall().

File

./patchinfo.install, line 49
Install, update, and uninstall functions for the Patch Info module.

Code

function patchinfo_uninstall() {
  variable_del('patchinfo_exclude_from_update_check');
}