base: remove Thread_deprecated

Fixes #3954
This commit is contained in:
Alexander Boettcher
2020-11-23 10:03:31 +01:00
committed by Christian Helmuth
parent dbcb1ff480
commit 774b1f4277
20 changed files with 38 additions and 294 deletions

View File

@@ -117,7 +117,7 @@ void Irq_object::entry()
Irq_object::Irq_object(unsigned irq)
:
Thread_deprecated<4096>("irq"),
Thread(Weight::DEFAULT_WEIGHT, "irq", 4096 /* stack */, Type::NORMAL),
_irq(irq)
{ }