mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove duplicate statement about pure enforcement.
This commit is contained in:
parent
80012e6989
commit
24d1507537
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user