From: cuz Date: Sun, 14 Mar 2004 11:16:49 +0000 (+0000) Subject: Removed obsolete comment X-Git-Tag: V2.12.0~893 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b78ef1e0b46c708d512f18d2fb99e7257b2beeb6;p=cc65 Removed obsolete comment git-svn-id: svn://svn.cc65.org/cc65/trunk@2929 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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);