deleted an unneeded line

This commit is contained in:
2018-07-01 14:04:07 +00:00
parent 797518df18
commit d4444400f7
2 changed files with 1 additions and 2 deletions

View File

@ -331,7 +331,6 @@ public:
try
{
// TODO: are there any ways to achieve this without memory allocation?
//lf = new TCallable<T> (QSE_CPP_RVREF(f));
lf = new(this->getMmgr()) TCallable<T> (QSE_CPP_RVREF(f));
}
catch (...)