You are here

function views_content_cache_uninstall in Views content cache 6.2

Implementation of hook_uninstall().

File

./views_content_cache.install, line 107
Install file for views content cache.

Code

function views_content_cache_uninstall() {
  drupal_uninstall_schema('views_content_cache');
}