You are here

function authcache_block_uninstall in Authenticated User Page Caching (Authcache) 7.2

Implements hook_uninstall().

File

modules/authcache_block/authcache_block.install, line 10
Authcache personalized blocks install hook implementations.

Code

function authcache_block_uninstall() {
  variable_del('authcache_block_blocks');
}