Remove code
This commit is contained in:
parent
1ef6d46d33
commit
7ed4166f0c
@ -28,10 +28,8 @@ ProfilerSt::ProfilerSt() : m_pool(sizeof(ProfilerStNode))
|
|||||||
|
|
||||||
ProfilerSt::~ProfilerSt()
|
ProfilerSt::~ProfilerSt()
|
||||||
{
|
{
|
||||||
if (m_root)
|
assert(m_root == nullptr);
|
||||||
{
|
assert(m_top == nullptr);
|
||||||
RecurseDestroyNode(m_root);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ProfilerStNodeStat* ProfilerSt::FindStat(const char* name)
|
ProfilerStNodeStat* ProfilerSt::FindStat(const char* name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user