fix a warning

| mckernel/executer/kernel/control.c: In function ‘mcexec_debug_log’:
| mckernel/executer/kernel/control.c:252: warning: unused variable ‘c’
This commit is contained in:
NAKAMURA Gou
2014-12-22 14:27:22 +09:00
parent 0942bf0ce0
commit f0f91d2246

View File

@ -249,7 +249,6 @@ struct handlerinfo {
static long mcexec_debug_log(ihk_os_t os, unsigned long arg)
{
struct ikc_scd_packet isp;
struct mcctrl_channel *c;
memset(&isp, '\0', sizeof isp);
isp.msg = SCD_MSG_DEBUG_LOG;