Skip to content
Snippets Groups Projects
Commit f8eb35b2 authored by Ryan Szrama's avatar Ryan Szrama
Browse files

Removing an unnecessary update function.

parent b9a67f68
No related merge requests found
......@@ -323,10 +323,3 @@ function commerce_update_7102() {
->execute();
return t('The module weight for Commerce has been increased.');
}
/**
* Flush all caches.
*/
function commerce_update_7103() {
// The update system is going to flush all caches anyway, so nothing to do.
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment