summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/qa_buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/lib/qa_buffer.cc')
-rw-r--r--gnuradio-runtime/lib/qa_buffer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/qa_buffer.cc b/gnuradio-runtime/lib/qa_buffer.cc
index 0d995f2084..89cb5eca59 100644
--- a/gnuradio-runtime/lib/qa_buffer.cc
+++ b/gnuradio-runtime/lib/qa_buffer.cc
@@ -256,7 +256,6 @@ t3_body()
// pick a random reader and read some
int r = (int)(N * random.ran1());
- BOOST_CHECK(0 <= r && r < N);
int m = reader[r]->items_available();
int *rp = (int*)reader[r]->read_pointer();