summaryrefslogtreecommitdiffstats
path: root/common/cmd_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_load.c')
-rw-r--r--common/cmd_load.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/cmd_load.c b/common/cmd_load.c
index f63b8e8056..a13d3d06dd 100644
--- a/common/cmd_load.c
+++ b/common/cmd_load.c
@@ -842,12 +842,6 @@ static int k_recv (void)
If a character less than SPACE (0x20) is received - error.
*/
-#if 0
- /* OLD CODE, Prior to checking sequence numbers */
- /* first have all state machines save current states */
- k_state_saved = k_state;
- k_data_save ();
-#endif
/* get a packet */
/* wait for the starting character or ^C */