Removed if condition
This commit is contained in:
parent
070d483236
commit
36fd78af35
@ -33,10 +33,7 @@ cBlockInfo::cBlockInfo()
|
|||||||
|
|
||||||
cBlockInfo::~cBlockInfo()
|
cBlockInfo::~cBlockInfo()
|
||||||
{
|
{
|
||||||
if (m_Handler != NULL)
|
delete m_Handler;
|
||||||
{
|
|
||||||
delete m_Handler;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user