diff options
Diffstat (limited to 'lib/stdlib/doc/src')
| -rw-r--r-- | lib/stdlib/doc/src/lists.xml | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/lib/stdlib/doc/src/lists.xml b/lib/stdlib/doc/src/lists.xml index 89ba5238b5..4a4c170bba 100644 --- a/lib/stdlib/doc/src/lists.xml +++ b/lib/stdlib/doc/src/lists.xml @@ -708,12 +708,6 @@ splitwith(Pred, List) ->  > <input>lists:subtract("123212", "212").</input>  "312".</pre>          <p><c>lists:subtract(A, B)</c> is equivalent to <c>A -- B</c>.</p> -	<warning><p>The complexity of <c>lists:subtract(A, B)</c> is proportional -	to <c>length(A)*length(B)</c>, meaning that it will be very slow if -	both <c>A</c> and <c>B</c> are long lists. -	(Using ordered lists and -	<seealso marker="ordsets#subtract/2">ordsets:subtract/2</seealso> -	is a much better choice if both lists are long.)</p></warning>        </desc>      </func>      <func> | 
