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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user