From: c vw <dl1ycf@darc.de>
Date: Fri, 8 Nov 2019 16:38:45 +0000 (+0100)
Subject: Removed comment that refers to code that is no longer there.
X-Git-Url: https://git.rkrishnan.org/pf/content//%22file:/%22?a=commitdiff_plain;h=4025a5db06f65335efc20edc8d9e4547588f0c57;p=pihpsdr.git

Removed comment that refers to code that is no longer there.
---

diff --git a/old_protocol.c b/old_protocol.c
index b4701df..75bf3f7 100644
--- a/old_protocol.c
+++ b/old_protocol.c
@@ -1053,8 +1053,6 @@ void old_protocol_process_local_mic(float *buffer) {
 
 // always 48000 samples per second
   for(i=0;i<720;i++) {
-    // avoid pointer increments in logical-or constructs, as the sequence
-    // is undefined
     sample = (short) (buffer[i]*32767.0);
 #ifdef FREEDV
     if(active_receiver->freedv) {