From ba3a3d8ab3cdc1d434d0d8bb92225c5d0e647439 Mon Sep 17 00:00:00 2001 From: ppound Date: Fri, 13 Mar 2020 13:49:36 -0300 Subject: [PATCH] remove uninstall hook --- roblib_update_pmods.install | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/roblib_update_pmods.install b/roblib_update_pmods.install index 91d709c..63480b1 100644 --- a/roblib_update_pmods.install +++ b/roblib_update_pmods.install @@ -5,12 +5,4 @@ */ -/** - * Implements hook_uninstall(). - */ -function upei_roblib_pmods_uninstall() { - $variables = [ - 'roblib_update_pmods_', - ]; - array_walk($variables, 'variable_del'); -} +