From dee2c5659e869bd14acf62e00bbb808aa1694461 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 8 Feb 2012 16:29:31 +1000 Subject: Cleaning up some comments. --- LuaSL/src/LuaSL_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/src/LuaSL_compile.c') diff --git a/LuaSL/src/LuaSL_compile.c b/LuaSL/src/LuaSL_compile.c index b9ccf46..29ea47c 100644 --- a/LuaSL/src/LuaSL_compile.c +++ b/LuaSL/src/LuaSL_compile.c @@ -1897,7 +1897,7 @@ static void outputFunctionToken(FILE *file, outputMode mode, LSL_Leaf *content) } EINA_INARRAY_FOREACH((&(func->vars)), param) { - // TODO - comment out param types. + // Commenting out the types is done in outputLeaf() which outputs all the types. if (!LUASL_DIFF_CHECK) { if (!first) -- cgit v1.1