summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/common_test.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/common_test.module')
-rw-r--r--modules/simpletest/tests/common_test.module9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/simpletest/tests/common_test.module b/modules/simpletest/tests/common_test.module
index 2eb8cd5d2..674a49446 100644
--- a/modules/simpletest/tests/common_test.module
+++ b/modules/simpletest/tests/common_test.module
@@ -93,15 +93,6 @@ function common_test_drupal_goto_alter(&$path, &$options, &$http_response_code)
}
/**
- * Implements hook_init().
- */
-function common_test_init() {
- if (variable_get('common_test_redirect_current_path', FALSE)) {
- drupal_goto(current_path());
- }
-}
-
-/**
* Print destination query parameter.
*/
function common_test_destination() {