Skip to content

Commit

Permalink
[Core] Remove a TODO comment that is unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Mar 3, 2012
1 parent 51b6ab4 commit a28edc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/IO.winxed
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ namespace Rosella.IO
return pipe;
}

// Close the pipe. Don't worry about flushing the buffer or checking
// if we have unread data. The user should be aware of that before
// calling this.
function close_pipe(var pipe)
{
// TODO: See if we have any more data and empty the buffer
pipe.close();
int exit_status = pipe.exit_status();
return exit_status;
Expand Down

0 comments on commit a28edc3

Please sign in to comment.