Delete unneeded asserts

This commit is contained in:
phl0 2016-04-21 15:46:18 +02:00
parent 23738d97f6
commit d4e2b5f77e
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
3 changed files with 0 additions and 9 deletions

View file

@ -44,7 +44,6 @@ m_dmr(false)
{
assert(rows > 1U);
assert(cols > 15U);
assert(callsign.c_str() != NULL);
}
CHD44780::~CHD44780()
@ -212,8 +211,6 @@ void CHD44780::clearDStar()
void CHD44780::writeDMR(unsigned int slotNo, const std::string& src, bool group, const std::string& dst, const char* type)
{
assert(src.c_str() != NULL);
assert(dst.c_str() != NULL);
assert(type != NULL);
if (!m_dmr) {