Skip to content

Commit

Permalink
[foundation] Remove leftover gErrorMutex:
Browse files Browse the repository at this point in the history
I had apparently overlooked that in 5455bbc.
  • Loading branch information
Axel-Naumann authored and pcanal committed Aug 18, 2023
1 parent f0a8239 commit d61cce3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/foundation/src/TError.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ to be replaced by the proper DefaultErrorHandler()
#include <cerrno>
#include <string>

// Deprecated
TVirtualMutex *gErrorMutex = nullptr;

Int_t gErrorIgnoreLevel = kUnset;
Int_t gErrorAbortLevel = kSysError+1;
Bool_t gPrintViaErrorHandler = kFALSE;
Expand Down

0 comments on commit d61cce3

Please sign in to comment.