From 4025a5db06f65335efc20edc8d9e4547588f0c57 Mon Sep 17 00:00:00 2001 From: c vw Date: Fri, 8 Nov 2019 17:38:45 +0100 Subject: [PATCH] Removed comment that refers to code that is no longer there. --- old_protocol.c | 2 -- 1 file changed, 2 deletions(-) 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) { -- 2.45.2