fix a warning
| mckernel/executer/kernel/control.c: In function ‘release_handler’: | mckernel/executer/kernel/control.c:264: warning: unused variable ‘c’
This commit is contained in:
@@ -261,7 +261,6 @@ static void release_handler(ihk_os_t os, void *param)
|
||||
{
|
||||
struct handlerinfo *info = param;
|
||||
struct ikc_scd_packet isp;
|
||||
struct mcctrl_channel *c;
|
||||
|
||||
memset(&isp, '\0', sizeof isp);
|
||||
isp.msg = SCD_MSG_CLEANUP_PROCESS;
|
||||
|
||||
Reference in New Issue
Block a user