diff --git a/core/base/src/TObject.cxx b/core/base/src/TObject.cxx index 9eeba18ded7a0..c94ae18728b97 100644 --- a/core/base/src/TObject.cxx +++ b/core/base/src/TObject.cxx @@ -48,7 +48,6 @@ class hierarchies (watch out for overlaps). #include "TObjString.h" #include "TRefTable.h" #include "TProcessID.h" -#include "TVirtualMutex.h" Long_t TObject::fgDtorOnly = 0; Bool_t TObject::fgObjectStat = kTRUE; @@ -149,7 +148,6 @@ TObject::~TObject() if (root->MustClean()) { if (root == this) return; if (TestBit(kMustCleanup)) { - R__LOCKGUARD2(gROOTMutex); root->GetListOfCleanups()->RecursiveRemove(this); } }