X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=tos%2Fsystem%2FSharedArbiterC.nc;h=19499784d2aab12f8d9a73b64d3e3e07c6bb2222;hp=8d1b618bd7646c157e3a1d94620ef3f8032a3a82;hb=63b3ea113fdeca4b51bf68fec23354e6a78fafae;hpb=a2bb24f03eb12b5745ff8680dc70c75c3a9983bb diff --git a/tos/system/SharedArbiterC.nc b/tos/system/SharedArbiterC.nc index 8d1b618b..19499784 100644 --- a/tos/system/SharedArbiterC.nc +++ b/tos/system/SharedArbiterC.nc @@ -50,9 +50,6 @@ implementation { ResourceDefaultOwner = SharedArbiterP; ArbiterInfo = SharedArbiterP; - components MainC; - MainC.SoftwareInit -> SharedArbiterP; - components new BitVectorC(CLIENTS) as GrantedVectorC; SharedArbiterP.GrantedVector -> GrantedVectorC;