xiaoxiang781216 commented on code in PR #8704: URL: https://github.com/apache/nuttx/pull/8704#discussion_r1124127114
########## libs/libc/stream/lib_stdinstream.c: ########## @@ -72,10 +72,6 @@ static int stdinstream_gets(FAR struct lib_instream_s *this, { this->nget += nread; } - else - { - nread = _NX_GETERRVAL(nread); Review Comment: why remove -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org