nuttx/net/tcp
YAMAMOTO Takashi 4f7745ae1c net/tcp/tcp_timer.c: Remove redundant assignments
Found by clang-check:

tcp/tcp_timer.c:185:15: warning: Value stored to 'result' is never read
              result = tcp_callback(dev, conn, TCP_TIMEDOUT);
              ^        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tcp/tcp_timer.c:264:23: warning: Value stored to 'result' is never read
                      result = tcp_callback(dev, listener, TCP_TIMEDOUT);
                      ^        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tcp/tcp_timer.c:300:19: warning: Value stored to 'result' is never read
                  result = tcp_callback(dev, conn, TCP_TIMEDOUT);
                  ^        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
2020-08-03 22:52:31 -05:00
..
Kconfig Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
Make.defs net/tcp and udp: Move tcp/udp recvfrom into tcp/udp folder 2020-01-21 08:30:39 -06:00
tcp_accept.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp_appsend.c
tcp_backlog.c Make the tcp_backlog error message clear 2020-02-24 11:35:01 -06:00
tcp_callback.c Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
tcp_close.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp_conn.c net/conn: generate port base dynamically 2020-05-15 07:27:01 -06:00
tcp_connect.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
tcp_devpoll.c
tcp_finddev.c Fix typos in comments 2020-02-14 08:50:45 -06:00
tcp_getsockopt.c net/tcp/tcp_getsockopt.c: Fix compilation failure found in build testing. Error: invalia application of 'sizeof' to incomplete type 'struct timeval'. Fixed by including sys/time.h. Same problem and same fix as for setsockopt earlier." 2020-01-11 17:20:02 -03:00
tcp_input.c net: tcp: Fix port info in warning message in tcp_input.c 2020-05-19 13:36:45 +08:00
tcp_ipselect.c
tcp_listen.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
tcp_monitor.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
tcp_netpoll.c Don't need monitor IOB buffer empty event for POLLOUT implementation 2020-05-13 06:50:07 -06:00
tcp_notifier.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
tcp_recvfrom.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
tcp_recvwindow.c Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
tcp_send_buffered.c net/socket: add MSG_DONTWAIT support 2020-02-19 12:21:28 -06:00
tcp_send_unbuffered.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp_send.c
tcp_sendfile.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
tcp_seqno.c
tcp_setsockopt.c Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
tcp_timer.c net/tcp/tcp_timer.c: Remove redundant assignments 2020-08-03 22:52:31 -05:00
tcp_txdrain.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp_wrbuffer_dump.c
tcp_wrbuffer.c sched/: Make more naming consistent 2020-05-17 14:01:00 -03:00
tcp.h Don't need monitor IOB buffer empty event for POLLOUT implementation 2020-05-13 06:50:07 -06:00