function profile_uninstall

7.x profile.install profile_uninstall()
6.x profile.install profile_uninstall()

Implements hook_uninstall().

File

drupal-7.x/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');
}