Skip to content
Snippets Groups Projects
Commit afa65a06 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #27201: libiax: remove dead code

parent 0b00589a
Branches
Tags
No related merge requests found
...@@ -267,18 +267,6 @@ static void history_calc_maxbuf(jitterbuf *jb) ...@@ -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; jb->hist_maxbuf_valid = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment