From b78ef1e0b46c708d512f18d2fb99e7257b2beeb6 Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 14 Mar 2004 11:16:49 +0000 Subject: [PATCH] Removed obsolete comment git-svn-id: svn://svn.cc65.org/cc65/trunk@2929 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/stdfunc.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/cc65/stdfunc.c b/src/cc65/stdfunc.c index aee2dac9d..f1fef71aa 100644 --- a/src/cc65/stdfunc.c +++ b/src/cc65/stdfunc.c @@ -161,12 +161,6 @@ static void StdFunc_memset (FuncDesc* F attribute ((unused)), int MemSet = 1; /* Use real memset if true */ unsigned ParamSize = 0; - - /* Check the prototype of the function against what we know about it, so - * we can detect errors. - */ - /* ### */ - /* Argument #1 */ Flags = ParseArg (Arg1Type, &Arg); g_push (Flags, Arg.ConstVal); -- 2.39.5