diff --git a/pytato/target/loopy/codegen.py b/pytato/target/loopy/codegen.py
index dc463de4b87889f6a6967ba57a5cef886dd5f09d..bbb472b3d590359fbfa410d424b6a639fdeb6945 100644
--- a/pytato/target/loopy/codegen.py
+++ b/pytato/target/loopy/codegen.py
@@ -113,10 +113,6 @@ class SharedLoopyExpressionContext(object):
         The set of statement IDs that need to be included in
         :attr:`loopy.InstructionBase.depends_on`.
 
-    .. attribute:: reduction_bounds
-
-        A mapping from inames to reduction bounds in the expression.
-
     .. automethod:: update_depends_on
     .. automethod:: lookup