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:
NAKAMURA Gou
2014-12-22 14:33:41 +09:00
parent f0f91d2246
commit 5566ed1a63

View File

@@ -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;