aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/contracts.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/contracts.rst b/docs/contracts.rst
index 93f54e4a..be89727d 100644
--- a/docs/contracts.rst
+++ b/docs/contracts.rst
@@ -573,9 +573,6 @@ In addition to the list of state modifying statements explained above, the follo
not do state-changing operations, but it cannot check that the contract that will be called
at runtime is actually of that type.
-.. note::
- Before version 0.5.0 the compiler did not enforce that ``pure`` is not reading the state.
-
.. index:: ! fallback function, function;fallback
.. _fallback-function: