databuffer.h

changeset 63
0557babc8675
parent 50
2e333a3ca49a
child 68
588cc27e84bb
--- a/databuffer.h	Sat Aug 25 05:22:32 2012 +0300
+++ b/databuffer.h	Sun Aug 26 23:18:59 2012 +0300
@@ -215,10 +215,6 @@
 		if (u == MAX_MARKS)
 			error ("mark reference quota exceeded, all goto-statements, if-structs and loops add refs\n");
 		
-		// NOTE: Do not check if the mark actually exists here since a
-		// reference may come in the code earlier than the actual mark
-		// and the new mark number can be predicted.
-		//	11/8/12: eh? The mark is always created first.
 		ScriptMarkReference* r = new ScriptMarkReference;
 		r->num = marknum;
 		r->pos = writesize;

mercurial