From: idgay Date: Thu, 10 Jul 2008 19:01:00 +0000 (+0000) Subject: remove bogus return statement X-Git-Tag: release_tinyos_2_1_0_0~89 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=7422c90d882da33c4bb03e3facb3c14da2f25ab8;hp=3a6cc99edf5a408a7cfc69c22c9bd8aa6d9e27a6;p=tinyos-2.x.git remove bogus return statement --- 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