function profile_uninstall

Implements hook_uninstall().

File

drupal/modules/profile/profile.install, line 11
Install, update and uninstall functions for the profile module.

Code

function profile_uninstall() {
  variable_del('profile_block_author_fields');
}