diff --git a/apachesolr.install b/apachesolr.install
index 4bd2f2a..1237443 100644
--- a/apachesolr.install
+++ b/apachesolr.install
@@ -66,9 +66,6 @@ function apachesolr_install() {
   apachesolr_search_mlt_save_block(array('name' => st('More like this')));
   db_insert('apachesolr_environment')->fields(array('env_id' => 'solr', 'name' => 'localhost server', 'url' => 'http://localhost:8983/solr'))->execute();
 
-  // Initialize the queue we will use for processing entities into the Solr index.
-  DrupalQueue::get('apachesolr_indexer_entities')->createQueue();
-
   // Initialize the entities to index. We enable all node types by default
   $info = entity_get_info('node');
   $bundles = array_keys($info['bundles']);
