From 9a302880d80109ce63251d64acfc103a855bf97b Mon Sep 17 00:00:00 2001
From: David Walter Seikel
Date: Thu, 2 Feb 2012 14:10:44 +1000
Subject: Old comment--

---
 LuaSL/src/LuaSL_compile.c | 1 -
 1 file changed, 1 deletion(-)

(limited to 'LuaSL')

diff --git a/LuaSL/src/LuaSL_compile.c b/LuaSL/src/LuaSL_compile.c
index a63c6ca..5c59594 100644
--- a/LuaSL/src/LuaSL_compile.c
+++ b/LuaSL/src/LuaSL_compile.c
@@ -1531,7 +1531,6 @@ static void outputRawBlock(FILE *file, outputMode mode, LSL_Block *block)
 static void outputRawParenthesisToken(FILE *file, outputMode mode, LSL_Parenthesis *parenthesis, const char *typeName)
 {
 	fprintf(file, "(");
-// TODO, if it's a parameter list, deal with it via the leaf -> function -> vars.
 	if (LSL_TYPECAST_OPEN == parenthesis->type)
 	    fprintf(file, "%s", typeName);	// TODO - We are missing the type ignorable text here.
 	else
-- 
cgit v1.1