mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-13 23:13:49 -04:00
removed asserts
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <algorithm>
|
||||
#include <QDebug>
|
||||
|
||||
@@ -39,7 +38,6 @@ FileOutputWorker::FileOutputWorker(std::ofstream *samplesStream, SampleSourceFif
|
||||
m_throttleToggle(false),
|
||||
m_buf(nullptr)
|
||||
{
|
||||
assert(m_ofstream != nullptr);
|
||||
}
|
||||
|
||||
FileOutputWorker::~FileOutputWorker()
|
||||
|
||||
Reference in New Issue
Block a user