You are here

function amp_analytics_uninstall in Accelerated Mobile Pages (AMP) 7

Implements hook_uninstall().

File

modules/amp_analytics/amp_analytics.module, line 132
AMP Analytics submodule.

Code

function amp_analytics_uninstall() {
  variable_del('amp_google_analytics_id');
}