Remove comments that are obsolete now that the code is goto-less.

This commit is contained in:
Eric S. Raymond 2018-11-20 06:54:24 -05:00
parent a437136543
commit f1d3b75561
3 changed files with 1 additions and 20 deletions

2
TODO
View file

@ -3,8 +3,6 @@
The FORTRANish mess that once was is now mostly idiomatic C. Some issues
remain to be cleaned up:
* Remaining unstructured gotos in do_command().
* The program is still pretty much typeless. Some attempt has been
made to introduce semantic types, but the job is barely started.