From 7422c90d882da33c4bb03e3facb3c14da2f25ab8 Mon Sep 17 00:00:00 2001 From: idgay Date: Thu, 10 Jul 2008 19:01:00 +0000 Subject: [PATCH] remove bogus return statement --- tos/lib/net/4bitle/LinkEstimatorP.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/lib/net/4bitle/LinkEstimatorP.nc b/tos/lib/net/4bitle/LinkEstimatorP.nc index 554f7635..7e5c9dac 100644 --- a/tos/lib/net/4bitle/LinkEstimatorP.nc +++ b/tos/lib/net/4bitle/LinkEstimatorP.nc @@ -574,7 +574,7 @@ implementation { // done sending the message that originated by // the user of this component event void AMSend.sendDone(message_t* msg, error_t error ) { - return signal Send.sendDone(msg, error); + signal Send.sendDone(msg, error); } // cascade the calls down -- 2.39.2