summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/simpletest/simpletest.module13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/simpletest/simpletest.module b/modules/simpletest/simpletest.module
index fc5a6835a..a88343659 100644
--- a/modules/simpletest/simpletest.module
+++ b/modules/simpletest/simpletest.module
@@ -91,19 +91,6 @@ function simpletest_theme() {
}
/**
- * Implements hook_stream_wrappers().
- */
-function simpletest_test_stream_wrappers() {
- return array(
- 'simpletest' => array(
- 'name' => t('Simpletest files'),
- 'class' => 'DrupalSimpleTestStreamWrapper',
- 'description' => t('Stream Wrapper for Simpletest files.'),
- ),
- );
-}
-
-/**
* Implements hook_js_alter().
*/
function simpletest_js_alter(&$javascript) {