diff options
Diffstat (limited to 'src/stream.cc')
-rw-r--r-- | src/stream.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/stream.cc b/src/stream.cc index ad03ab77..c00c4cc5 100644 --- a/src/stream.cc +++ b/src/stream.cc @@ -48,11 +48,6 @@ namespace { * * This function returns only for the process that is still Ledger. * - * @param out Pointer to a pointer to the output stream. This The - * pointer to the output stream is changed so that the stream is - * connected to the stdin of the pager. The caller is responsible for - * cleaning this up. - * * @param pager_path Path to the pager command. * * @return The file descriptor of the pipe to the pager. The caller |