* #27201: libiax: remove dead code

This commit is contained in:
Tristan Matthews
2013-07-12 10:17:39 -04:00
parent 0b00589a16
commit afa65a06f1

View File

@ -267,18 +267,6 @@ static void history_calc_maxbuf(jitterbuf *jb)
}
}
}
if (0) {
int k;
fprintf(stderr, "toins = %ld\n", toins);
fprintf(stderr, "maxbuf =");
for (k=0;k<JB_HISTORY_MAXBUF_SZ;k++)
fprintf(stderr, "%ld ", jb->hist_maxbuf[k]);
fprintf(stderr, "\nminbuf =");
for (k=0;k<JB_HISTORY_MAXBUF_SZ;k++)
fprintf(stderr, "%ld ", jb->hist_minbuf[k]);
fprintf(stderr, "\n");
}
}
jb->hist_maxbuf_valid = 1;