From e160f5c5628b457714d5134935d343986118810b Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 31 Oct 2011 09:16:16 -0700 Subject: [PATCH] Remove old comment. --- vpi/sys_scanf.c | 1 - 1 file changed, 1 deletion(-) 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;