mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
Removed obsolete comment
git-svn-id: svn://svn.cc65.org/cc65/trunk@2929 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
20c3a8c25c
commit
b78ef1e0b4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user