You are here

function schema_uninstall in Schema 7

Same name and namespace in other branches
  1. 6 schema.install \schema_uninstall()

Implementation of hook_uninstall(),

File

./schema.install, line 77
Install, update and uninstall functions for the schema module.

Code

function schema_uninstall() {
  variable_del('schema_status_report');
  variable_del('schema_suppress_type_warnings');
}