From e6d43ceadfb051d034a960312c4667539ff2a4b3 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Mon, 8 Feb 2016 15:40:04 +0900 Subject: [PATCH] Issue #2663830 by chx: Remove action.api.php --- core/modules/action/action.api.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 core/modules/action/action.api.php diff --git a/core/modules/action/action.api.php b/core/modules/action/action.api.php deleted file mode 100644 index 3718093d1f98..000000000000 --- a/core/modules/action/action.api.php +++ /dev/null @@ -1,27 +0,0 @@ -condition('aid', $aid) - ->execute(); -} - -/** - * @} End of "addtogroup hooks". - */