>> --- a/cpukit/score/src/watchdogremove.c
>> +++ b/cpukit/score/src/watchdogremove.c
>> @@ -23,6 +23,7 @@
>>  #include <rtems/score/watchdogimpl.h>
>>
>>  Watchdog_States _Watchdog_Remove(
>> +  Watchdog_Header  *header,
>>    Watchdog_Control *the_watchdog
>>  )
>>  {
> Is the parameter unused in this function?
>
nevermind I see it gets used when the locks are added next.
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to