From ebbd604131aeb9bd12a89cbfa487d30a4970679c Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Fri, 10 Apr 2026 02:40:31 -0700 Subject: [PATCH] fix: deprecate unused SimpleTimer header SimpleTimer.h is not used anywhere in the codebase. Mark it as deprecated with SOFA_HEADER_DEPRECATED for removal in v27.06. --- Sofa/framework/Helper/src/sofa/helper/SimpleTimer.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Sofa/framework/Helper/src/sofa/helper/SimpleTimer.h b/Sofa/framework/Helper/src/sofa/helper/SimpleTimer.h index f7603ec8dcd..98e84ff6d93 100644 --- a/Sofa/framework/Helper/src/sofa/helper/SimpleTimer.h +++ b/Sofa/framework/Helper/src/sofa/helper/SimpleTimer.h @@ -19,6 +19,12 @@ * * * Contact information: contact@sofa-framework.org * ******************************************************************************/ +#pragma once + +#include + +SOFA_HEADER_DEPRECATED("v26.06", "v27.06", "This header is unused and will be removed.") + #ifndef SOFA_HELPER_SIMPLETIMER_H #define SOFA_HELPER_SIMPLETIMER_H