You are here

function drupalauth4ssp_uninstall in DrupalAuth for SimpleSAMLphp 7

Implements of hook_uninstall().

File

./drupalauth4ssp.install, line 10
Install/Uninstall functions file for the drupalauth4ssp module.

Code

function drupalauth4ssp_uninstall() {

  // Remove the created system variables.
  variable_del('drupalauth4ssp_installdir');
  variable_del('drupalauth4ssp_authsource');
}