summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 999145f2..10f4e33b 100644
--- a/README.rst
+++ b/README.rst
@@ -27,12 +27,6 @@ Features
* AMQP transports for both the `amqplib`_ (sync) and
`pika`_ (sync + async) clients.
- * Fast AMQP transport using `librabbitmq`_, written in C.
-
- This is automatically enabled if :mod:`librabbitmq` is installed::
-
- $ pip install librabbitmq
-
* Virtual transports makes it really easy to add support for non-AMQP
transports. There is already built-in support for `Redis`_,
`Beanstalk`_, `Amazon SQS`_, `CouchDB`_, and `MongoDB`_.