Now that #253569: DX: Add hook_modules to act on other module status changes has landed, module developers no longer have to remove their own schema on uninstall.
We can move this into system_modules_uninstalled()
See http://api.drupal.org/api/function/hook_modules_uninstalled/7 for details.
Comments
Comment #1
agentrickardComment #2
matt2000 commentedAccording to the documentation, this is already done?
http://api.drupal.org/api/function/hook_uninstall/7
Comment #3
dmitrig01 commentedLine 568 of install.inc.