]> git.sur5r.net Git - cc65/commitdiff
Removed obsolete comment
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 14 Mar 2004 11:16:49 +0000 (11:16 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 14 Mar 2004 11:16:49 +0000 (11:16 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2929 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/stdfunc.c

index aee2dac9d6001b16c24085d59bcc6f663e7475e4..f1fef71aa2a32efbb8599e9913560be7e539f6d3 100644 (file)
@@ -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);