[EXT] Remove redundant null check (#1436)
This commit is contained in:
parent
cf776230a4
commit
c9690a7955
1 changed files with 1 additions and 3 deletions
|
@ -35,9 +35,7 @@ ExternalRadio& ExternalRadio::operator=(const ExternalRadio& ext) {
|
|||
}
|
||||
|
||||
ExternalRadio::~ExternalRadio() {
|
||||
if(this->mod) {
|
||||
delete this->mod;
|
||||
}
|
||||
delete this->mod;
|
||||
}
|
||||
|
||||
Module* ExternalRadio::getMod() {
|
||||
|
|
Loading…
Add table
Reference in a new issue