update cmd todo text
Modified: trunk/reactos/subsys/system/cmd/todo.txt

Modified: trunk/reactos/subsys/system/cmd/todo.txt
--- trunk/reactos/subsys/system/cmd/todo.txt	2005-10-19 21:26:25 UTC (rev 18609)
+++ trunk/reactos/subsys/system/cmd/todo.txt	2005-10-19 21:46:17 UTC (rev 18610)
@@ -12,9 +12,6 @@
 *If rewrite
 It works decent but looks _awful_.  Very hard to maintain and/or understand what the hell is going on.
 
-*Decrease Size
-MS cmd is 380 kb, and ROS DBG=0 cmd is 404kb!  We need to cut down.  I think the best way to do this is push a lot of repeated code into misc.c.  This is mostly my fault for copying code to all different commands.  And i will try to fix this when i get time.  
-
 *Remove Hardcoded buffers
 This is mostly done thanks to Greatlord(cmd.c is the hardest spot that is left).  ANytime when you are handling a string that is taken from the commandline there should be no limit to the size.