You are here

function filehash_uninstall in File Hash 7

Implements hook_uninstall().

File

./filehash.install, line 59
Install and uninstall functions for the filehash module.

Code

function filehash_uninstall() {
  variable_del('filehash_algos');
  variable_del('filehash_dedupe');
}