From 5fbffe24cc59b2c4e333313af7fa15ffa2cab4b5 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 bb8699d2b..f494841e6 100644 --- a/vpi/sys_scanf.c +++ b/vpi/sys_scanf.c @@ -803,7 +803,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;