From db35e5c8fccf965c7383bebcfca8f7c3ad681d3b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 19 May 2013 02:06:45 -0500 Subject: Resolve new compiler warnings from Clang --- src/stream.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/stream.cc') 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 -- cgit v1.2.3