]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
remove testing junk
authoridgay <idgay>
Wed, 23 Jul 2008 17:27:09 +0000 (17:27 +0000)
committeridgay <idgay>
Wed, 23 Jul 2008 17:27:09 +0000 (17:27 +0000)
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.