Skip to content

Commit 9cda966

Browse files
committed
Docs: Remove outdated paragraph about installing a solver being required for SMTChecker pragmas
1 parent b1acbf7 commit 9cda966

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/layout-of-source-files.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,6 @@ since Solidity 0.7.4.
153153
SMTChecker
154154
~~~~~~~~~~
155155

156-
This component has to be enabled when the Solidity compiler is built
157-
and therefore it is not available in all Solidity binaries.
158-
The :ref:`build instructions<smt_solvers_build>` explain how to activate this option.
159-
It is activated for the Ubuntu PPA releases in most versions,
160-
but not for the Docker images, Windows binaries or the
161-
statically-built Linux binaries. It can be activated for solc-js via the
162-
`smtCallback <https://github.com/argotorg/solc-js#example-usage-with-smtsolver-callback>`_ if you have an SMT solver
163-
installed locally and run solc-js via node (not via the browser).
164-
165156
If you use ``pragma experimental SMTChecker;``, then you get additional
166157
:ref:`safety warnings<formal_verification>` which are obtained by querying an
167158
SMT solver.

0 commit comments

Comments
 (0)