Remove plenty of legacy names marked as OBSOLETE
[bertos.git] / bertos / cpu / irq.h
index 22d11e1fbedb1ae23514f4ffde30a6c6804b0fc3..0d0d46861646dda34877b8971b16f0fc103b5573 100644 (file)
        #define IRQ_ASSERT_DISABLED() do {} while(0)
 #endif
 
-// OBSOLETE names
-#define ASSERT_IRQ_ENABLED()  IRQ_ASSERT_ENABLED()
-#define ASSERT_IRQ_DISABLED() IRQ_ASSERT_DISABLED()
-
 /**
  * Execute \a CODE atomically with respect to interrupts.
  *
                IRQ_RESTORE(__flags); \
        } while (0)
 
-
-
 #endif /* CPU_IRQ_H */