function menu_uninstall

Implements hook_uninstall().

File

drupal/core/modules/menu/menu.install, line 13
Install, update and uninstall functions for the menu module.

Code

function menu_uninstall() {
  menu_router_rebuild();
}