changeset 14914:1e5eafcb83f8

doc (pt-jit.h): Update progress
author Max Brister <max@2bass.com>
date Fri, 18 May 2012 10:24:14 -0600
parents c7071907a641
children cba58541954c
files src/pt-jit.h
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/pt-jit.h	Fri May 18 10:22:34 2012 -0600
+++ b/src/pt-jit.h	Fri May 18 10:24:14 2012 -0600
@@ -53,11 +53,10 @@
 // Will compile. Nested for loops with constant bounds are also supported.
 //
 // TODO:
-// 1. Cleanup
-// 2. Support if statements
-// 3. Support iteration over matricies
-// 4. Check error state
-// 5. ...
+// 1. Support if statements
+// 2. Support iteration over matricies
+// 3. Check error state
+// 4. ...
 // ---------------------------------------------------------