diff options
author | John Wiegley <johnw@newartisans.com> | 2013-05-19 02:06:45 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-05-19 02:14:27 -0500 |
commit | db35e5c8fccf965c7383bebcfca8f7c3ad681d3b (patch) | |
tree | 945181016d58b48b2de6d60bf04a87cd39d6b18c /src/stream.cc | |
parent | 0ab56f5d85ca20005e60eeafc2a7a2ce169689ee (diff) | |
download | fork-ledger-db35e5c8fccf965c7383bebcfca8f7c3ad681d3b.tar.gz fork-ledger-db35e5c8fccf965c7383bebcfca8f7c3ad681d3b.tar.bz2 fork-ledger-db35e5c8fccf965c7383bebcfca8f7c3ad681d3b.zip |
Resolve new compiler warnings from Clang
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 |