1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

removed asserts

This commit is contained in:
f4exb
2020-11-04 20:05:11 +01:00
parent 379096cbdd
commit 19ecf12c22
13 changed files with 9 additions and 31 deletions
@@ -17,7 +17,6 @@
#include <stdio.h>
#include <errno.h>
#include <assert.h>
#include <QDebug>
#include "dsp/filerecord.h"
@@ -49,7 +48,6 @@ FileInputWorker::FileInputWorker(std::ifstream *samplesStream,
m_throttlems(FILESOURCE_THROTTLE_MS),
m_throttleToggle(false)
{
assert(m_ifstream != nullptr);
}
FileInputWorker::~FileInputWorker()