From: idgay Date: Wed, 23 Jul 2008 17:27:09 +0000 (+0000) Subject: remove testing junk X-Git-Tag: release_tinyos_2_1_0_0~41 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=a76be24813f770cedfee1144bfa3149e49790992;p=tinyos-2.x.git remove testing junk --- diff --git a/tos/system/SchedulerBasicP.nc b/tos/system/SchedulerBasicP.nc index 9f99fd66..aadd26e5 100644 --- a/tos/system/SchedulerBasicP.nc +++ b/tos/system/SchedulerBasicP.nc @@ -57,8 +57,6 @@ implementation uint8_t m_tail; uint8_t m_next[NUM_TASKS]; -#define v_head (*(volatile uint8_t *)&m_head) - // Helper functions (internal functions) intentionally do not have atomic // sections. It is left as the duty of the exported interface functions to // manage atomicity to minimize chances for binary code bloat.