removed no-op code in mem::~Mem()

This also stopped a an error from ocurreing in the thread-chinking version because when global destructors are run then parts of pthreads no longer works
This commit is contained in:
Ivan Skytte Jørgensen
2016-08-25 14:25:31 +02:00
parent a555741fc4
commit f2b6364c94

@ -234,7 +234,6 @@ Mem::Mem() {
}
Mem::~Mem() {
if ( getUsedMem() == 0 ) return;
}