Merge pull request #5126 from ethereum/chriseth-patch-1

[DOCS] Remove duplicate statement about pure enforcement.
This commit is contained in:
chriseth 2018-10-04 13:55:45 +02:00 committed by GitHub
commit 68dfe8b640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: