diff --git a/doc/api/stream.markdown b/doc/api/stream.markdown index aaf321977f..33c79bf581 100644 --- a/doc/api/stream.markdown +++ b/doc/api/stream.markdown @@ -67,11 +67,6 @@ Resumes the incoming `'data'` events after a `pause()`. Closes the underlying file descriptor. Stream will not emit any more events. - -### stream.destroySoon() - -After the write queue is drained, close the file descriptor. - ### stream.pipe(destination, [options]) This is a `Stream.prototype` method available on all `Stream`s.