cwFlowProc.cpp : Removed unused variables and labels. No functional changes.

This commit is contained in:
kevin 2025-03-25 18:12:28 -04:00
parent e180d501b2
commit a2b70726c0

View File

@ -1517,7 +1517,6 @@ namespace cw
rc_t rc = kOkRC; rc_t rc = kOkRC;
const abuf_t* ibuf = nullptr; const abuf_t* ibuf = nullptr;
abuf_t* obuf = nullptr; abuf_t* obuf = nullptr;
inst_t* inst = (inst_t*)(proc->userPtr);
// get the src buffer // get the src buffer
if((rc = var_get(proc,kInPId, kAnyChIdx, ibuf )) != kOkRC ) if((rc = var_get(proc,kInPId, kAnyChIdx, ibuf )) != kOkRC )
@ -5999,7 +5998,6 @@ namespace cw
p->store_vid = kInvalidIdx; p->store_vid = kInvalidIdx;
} }
errLabel:
return rc; return rc;
} }
@ -6215,7 +6213,6 @@ namespace cw
p->store_fl = false; p->store_fl = false;
} }
errLabel:
return rc; return rc;
} }
@ -6371,7 +6368,6 @@ namespace cw
var_set(proc,kOutPId,kAnyChIdx,!val); var_set(proc,kOutPId,kAnyChIdx,!val);
} }
errLabel:
return rc; return rc;
} }
@ -7076,7 +7072,6 @@ namespace cw
p->deltaFl = false; p->deltaFl = false;
} }
errLabel:
return rc; return rc;
} }
@ -8479,7 +8474,6 @@ namespace cw
{ {
rc_t rc = kOkRC; rc_t rc = kOkRC;
abuf_t* outAudioBufA[ p->outVarN ]; abuf_t* outAudioBufA[ p->outVarN ];
unsigned out_var_idx;
if( p->trigger_fl ) if( p->trigger_fl )
{ {