You are here

function oauth_common_uninstall in OAuth 1.0 6.3

Implementation of hook_uninstall().

File

./oauth_common.install, line 18
Installation and schema related functions for the OAuth module

Code

function oauth_common_uninstall() {
  drupal_uninstall_schema('oauth_common');
}