commit cd662fcbfce8b05380bbe19dcc6ad3c352d7b6c7 Author: Klaus Purer Date: Tue Oct 30 13:28:44 2012 +0100 Update. diff --git a/core/modules/rest/rest.info b/core/modules/rest/rest.info index 6a1e2ff..56c650c 100644 --- a/core/modules/rest/rest.info +++ b/core/modules/rest/rest.info @@ -4,5 +4,3 @@ package = Core version = VERSION core = 8.x configure = admin/config/services/rest -; @todo remove this dependency later. -dependencies[] = entity_test diff --git a/core/modules/rest/rest.module b/core/modules/rest/rest.module index 7d59c83..5f396ac 100644 --- a/core/modules/rest/rest.module +++ b/core/modules/rest/rest.module @@ -69,12 +69,3 @@ function rest_permission() { } return $permissions; } - -/** - * Creates test data. - * @todo remove. - */ -function rest_create_test_entity() { - $entity = entity_create('entity_test', array('name' => 'test', 'user_id' => 1)); - $entity->save(); -}