summaryrefslogtreecommitdiff
path: root/apps/examples/bridge
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-25 10:32:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-25 10:32:54 -0600
commitb756c4b51f51427339bf3649430f8470f64d7a8d (patch)
tree33df50ce9e2a880b0c892fd49e423bab8ed1d4a5 /apps/examples/bridge
parent40205b8ce91e12a08e7148670ca09eef74265843 (diff)
downloadnuttx-b756c4b51f51427339bf3649430f8470f64d7a8d.tar.gz
nuttx-b756c4b51f51427339bf3649430f8470f64d7a8d.tar.bz2
nuttx-b756c4b51f51427339bf3649430f8470f64d7a8d.zip
Fixes for more complaints from cppcheck
Diffstat (limited to 'apps/examples/bridge')
-rw-r--r--apps/examples/bridge/host_main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/examples/bridge/host_main.c b/apps/examples/bridge/host_main.c
index 0a8c3f970..0a2cdc311 100644
--- a/apps/examples/bridge/host_main.c
+++ b/apps/examples/bridge/host_main.c
@@ -219,11 +219,6 @@ int main(int argc, char *argv[])
goto errout_with_recvsd;
}
- if (nrecvd != nrecvd)
- {
- fprintf(stderr, LABEL "ERROR: Number of bytes received differs from number sent\n");
- }
-
/* Dump the received packet */
for (i = 0, j = 0; i < nrecvd; i++)