]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/SchedulerBasicP.nc
remove testing junk
[tinyos-2.x.git] / tos / system / SchedulerBasicP.nc
index 9f99fd668e1e9ae1acc57f39374079c1582dad2c..aadd26e50d6e4b1b08df2e7bb98963d881ec8b9d 100644 (file)
@@ -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.