You are here

function chr_uninstall in cURL HTTP Request 6

Same name and namespace in other branches
  1. 7 chr.install \chr_uninstall()

Implements hook_uninstall().

File

./chr.install, line 11
Install tasks for chr

Code

function chr_uninstall() {
  variable_del('chr_debug');
}