You are here

function hosting_web_cluster_uninstall in Hosting 6.2

File

web_cluster/hosting_web_cluster.install, line 35

Code

function hosting_web_cluster_uninstall() {
  drupal_uninstall_schema('hosting_web_cluster');
}