diff --git a/reactos/subsys/system/cmd/todo.txt b/reactos/subsys/system/cmd/todo.txt index 47ab11ca856..904ef5a32d1 100644 --- a/reactos/subsys/system/cmd/todo.txt +++ b/reactos/subsys/system/cmd/todo.txt @@ -12,9 +12,6 @@ It works, but it needs to be cleaned up, the code is long and overly complex for *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.