sequtils: removed outdated note

This commit is contained in:
Andreas Rumpf
2017-03-14 08:40:02 +01:00
parent 65f69d5515
commit e32f08d05b

View File

@@ -16,9 +16,6 @@
## <manual.html#anonymous-procs>`_ to procs like ``filter`` to reduce typing.
## Anonymous procs can use `the special do notation <manual.html#do-notation>`_
## which is more convenient in certain situations.
##
## **Note**: This interface will change as soon as the compiler supports
## closures and proper coroutines.
include "system/inclrtl"