diff --git a/vpi/sys_scanf.c b/vpi/sys_scanf.c index cae89aeb3..4b35d39a1 100644 --- a/vpi/sys_scanf.c +++ b/vpi/sys_scanf.c @@ -802,7 +802,6 @@ static int scan_format(vpiHandle callh, struct byte_source*src, vpiHandle argv, * parse it generically first. */ unsigned suppress_flag = 0; -// HERE: should this be MAX_UINT? unsigned max_width = -1; int code = 0;