Commit 639296ba authored by Himangi Saraogi's avatar Himangi Saraogi Committed by Peter P Waskiewicz Jr
Browse files

staging:cxt1e1:remove unused code with #if 0



The functions musycc_del_chan and musycc_del_chan_stats
are not being used at the moment and may not be required.
Remove them for now (with #if 0) till it is decided whether
it is really required.

Signed-off-by: default avatarHimangi Saraogi <himangi774@gmail.com>
Signed-off-by: default avatarPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
parent 2a8efee2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1591,6 +1591,8 @@ musycc_chan_down(ci_t *dummy, int channum)
#endif


#if 0
/* TODO: determine if these functions will not be needed and can be removed */
int
musycc_del_chan(ci_t *ci, int channum)
{
@@ -1622,6 +1624,7 @@ musycc_del_chan_stats(ci_t *ci, int channum)
    memset(&ch->s, 0, sizeof(struct sbecom_chan_stats));
    return 0;
}
#endif


int