function securitytxt_uninstall in Security.txt 7
Implements hook_uninstall().
See also
http://api.drupal.org/api/drupal/modules--system--system.api.php/functio...
File
- ./
securitytxt.install, line 36 - Install, update and uninstall functions for the securitytxt module.
Code
function securitytxt_uninstall() {
variable_del('securitytxt');
}