summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-24 20:34:16 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-24 20:34:16 -0700
commitad5cfa746e985a8261646af90fc9e25306b21c55 (patch)
treed36ceb1987717589dd4e24084571f5b77852b640
parent3ec699716c8448727df43bbd4d847cfbaa37017d (diff)
Updated TODO.
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
index be547e8..e69de29 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +0,0 @@
-- leakcheck reveals leak in new stmd code
- Create a function to remove and free a stack entry
- Use a while loop to remove and free all stack entries from top to the
- one we're matching.
-
-- use name other than subj->last_emphasis
-
-- in js: make a proper stack (linked list) rather than using an array?