From 83795d3e630b565b4e90252c51c7872cbf6a8079 Mon Sep 17 00:00:00 2001
From: Lukas Abfalterer <labfalterer@gmail.com>
Date: Thu, 3 Mar 2016 08:55:33 +0100
Subject: [PATCH] deleted double used comments

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

diff --git a/Marlin/MarlinSerial.cpp b/Marlin/MarlinSerial.cpp
index 2333e6bfc8..b35ece6852 100644
--- a/Marlin/MarlinSerial.cpp
+++ b/Marlin/MarlinSerial.cpp
@@ -133,10 +133,6 @@ int MarlinSerial::read(void) {
 }
 
 void MarlinSerial::flush() {
-  // don't reverse this or there may be problems if the RX interrupt
-  // occurs after reading the value of rx_buffer_head but before writing
-  // the value to rx_buffer_tail; the previous value of rx_buffer_head
-  // may be written to rx_buffer_tail, making it appear as if the buffer
   // don't reverse this or there may be problems if the RX interrupt
   // occurs after reading the value of rx_buffer_head but before writing
   // the value to rx_buffer_tail; the previous value of rx_buffer_head
-- 
GitLab