diff --git a/pyopencl/array.py b/pyopencl/array.py
index 72d2a0cfb6a8a68b14c202e0c4f8a16219383012..9f2cb67599e660c4376fef907b4470aef80573eb 100644
--- a/pyopencl/array.py
+++ b/pyopencl/array.py
@@ -376,12 +376,6 @@ class Array(object):
     care of its own operation ordering. The facilities in this section make
     this possible.
 
-    .. note::
-
-        Currently, read and write events are not distinguished.
-        As a result, e.g., read-only operations will needlessly wait on other
-        read-only operations (i.e., executed among asynchronous queues).
-
     .. versionadded:: 2014.1.1
 
     .. attribute:: events