From c4f031244bc4f8bd1fe5d8f42e3f4f1456f5312a Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 22 Aug 2021 23:14:36 +0200 Subject: [PATCH] ATLASRECTS-6562 rm unused not thread safe overload of setBinUtility --- Tracking/TrkDetDescr/TrkGeometry/TrkGeometry/Layer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tracking/TrkDetDescr/TrkGeometry/TrkGeometry/Layer.h b/Tracking/TrkDetDescr/TrkGeometry/TrkGeometry/Layer.h index 16987e4256d..4952d608c8b 100644 --- a/Tracking/TrkDetDescr/TrkGeometry/TrkGeometry/Layer.h +++ b/Tracking/TrkDetDescr/TrkGeometry/TrkGeometry/Layer.h @@ -172,8 +172,6 @@ class Layer { const BinUtility* binUtility() const; /** set the BinUtility*/ void setBinUtility(const BinUtility*); - /** set the BinUtility const not const thread safe*/ - void setBinUtility ATLAS_NOT_THREAD_SAFE(const BinUtility*) const; /** Surface seen on approach - if not defined differently, it is the * surfaceRepresentation() */ -- GitLab