diff --git a/include/task-descriptor.h b/include/task-descriptor.h index ce91f80956ec7a6d0e6da34f9ca1845e51eda587..61ba5eecf2351876cdcfeadbe3ee80a5b012104e 100644 --- a/include/task-descriptor.h +++ b/include/task-descriptor.h @@ -30,7 +30,7 @@ struct taskDescriptor { PrioLvl TaskPriority; char* Stack; struct taskDescriptor* Parent; - Request* Req; +// Request* Req; }; typedef struct taskDescriptor TD;