Warning removal - unused vars and funcs

This commit is contained in:
Ross Owen
2016-12-13 11:32:18 +00:00
parent 409b4c668a
commit 5f50c39941
3 changed files with 19 additions and 22 deletions

View File

@@ -171,7 +171,7 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in,
#if (NUM_USB_CHAN_IN > 0)
unsigned bufferIn = 1;
#endif
unsigned remnant = 0;
//unsigned remnant = 0;
unsigned sofCount = 0;
unsigned freqChange = 0;
@@ -327,7 +327,7 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in,
* to stabilise (i.e. sofCount == 128 to fire) */
sofCount = 1;
clocks = 0;
remnant = 0;
//remnant = 0;
clockcounter = 0;
mod_from_last_time = 0;