From c165706a3736d5b0a572f3a15c8c7b510c95961b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 26 Jan 2012 13:20:06 +0000 Subject: [PATCH] - cppcheck --- src/ats/ats_api_performance.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c index c9f9a0b38..848c7ec4d 100644 --- a/src/ats/ats_api_performance.c +++ b/src/ats/ats_api_performance.c @@ -390,7 +390,6 @@ process_ats_message (void *cls, const struct GNUNET_MessageHeader *msg) default: GNUNET_break (0); goto reconnect; - return; } GNUNET_CLIENT_receive (ph->client, &process_ats_message, ph, GNUNET_TIME_UNIT_FOREVER_REL); -- 2.25.1