You are here

function deploy_uninstall in Deploy - Content Staging 7.3

Same name and namespace in other branches
  1. 5 deploy.install \deploy_uninstall()
  2. 6 deploy.install \deploy_uninstall()

Implements hook_uninstall().

File

./deploy.install, line 425
Deploy module installation functions.

Code

function deploy_uninstall() {
  variable_del('deploy_encryption_state');
}