summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-10-06 01:01:23 +0200
committerAraq <rumpf_a@web.de>2014-10-06 01:01:23 +0200
commitb781e25ec63b340a6c215721e07a25e4bda42994 (patch)
treebf0a774969c4d2718d2a90b60a14575e228bc6d7
parent6072d981ea8599051812b1b29e3849b2004e6c0f (diff)
downloadNim-b781e25ec63b340a6c215721e07a25e4bda42994.tar.gz
should compile with csources again
-rw-r--r--compiler/ast.nim1
-rw-r--r--todo.txt2
2 files changed, 0 insertions, 3 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim
index 762e09a95..db6003b87 100644
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -681,7 +681,6 @@ type
     heapRoot*: PRope          # keeps track of the enclosing heap object that
                               # owns this location (required by GC algorithms
                               # employing heap snapshots or sliding views)
-    #a*: int                   # location's "address", i.e. slot for temporaries
 
   # ---------------- end of backend information ------------------------------
 
diff --git a/todo.txt b/todo.txt
index 1e01793de..e24175e8b 100644
--- a/todo.txt
+++ b/todo.txt
@@ -15,9 +15,7 @@ Concurrency
 -----------
 
 - test 'deepCopy' for closures
-
 - implement 'foo[1..4] = spawn(f[4..7])'
-- document the new 'spawn' and 'parallel' statements
 
 Low priority:
 - support for exception propagation? (hard to implement)