From 9beed830eb7c99fbe5b901462a9ce098f7d39978 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Thu, 28 May 2015 17:53:47 -0700
Subject: [PATCH] Drop commented code_is_good lines

---
 Marlin/Marlin_main.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp
index a4d88e07104..6cf61fa9488 100644
--- a/Marlin/Marlin_main.cpp
+++ b/Marlin/Marlin_main.cpp
@@ -5300,8 +5300,6 @@ void process_next_command() {
       case 92: // G92
         gcode_G92();
         break;
-
-      // default: code_is_good = false;
     }
     break;
 
@@ -5732,8 +5730,6 @@ void process_next_command() {
       case 999: // M999: Restart after being Stopped
         gcode_M999();
         break;
-
-      // default: code_is_good = false;
     }
     break;