summary refs log tree commit diff stats
path: root/doc/nims.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/nims.rst')
-rw-r--r--doc/nims.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/nims.rst b/doc/nims.rst
index 6cc894b91..eaf20a6db 100644
--- a/doc/nims.rst
+++ b/doc/nims.rst
@@ -117,17 +117,6 @@ Task          Description
 =========     ===================================================
 
 
-If the task runs an external command via ``exec`` it should afterwards call
-``setCommand "nop"`` to tell the Nim compiler that nothing else needs to be
-done:
-
-.. code-block:: nim
-
-  task tests, "test regular expressions":
-    exec "nim c -r tests"
-    setCommand "nop"
-
-
 Look at the module `distros <distros.html>`_ for some support of the
 OS's native package managers.