X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fsystem%2FSimpleArbiterP.nc;h=c5e82f290b1be35491db3e63e11f6e671e0d4a14;hb=d9c5479d38caf5e9b147f5f99c29af63fe6a33ae;hp=a3cfcae8106a4a6196dcc8a4e35f6a68acd4238a;hpb=a08313c1d5aebdd201d60e1021e20d9bfc674cc8;p=tinyos-2.x.git diff --git a/tos/system/SimpleArbiterP.nc b/tos/system/SimpleArbiterP.nc index a3cfcae8..c5e82f29 100644 --- a/tos/system/SimpleArbiterP.nc +++ b/tos/system/SimpleArbiterP.nc @@ -41,8 +41,6 @@ * there are no pending requests, then the resource becomes idle and any * user can put in a request and immediately receive access to the * Resource. - * - * @param resourceName -- The name of the Resource being shared * * @author Kevin Klues (klues@tkn.tu-berlin.de) * @author Philip Levis