From b8004016658b5cca8c87edc7e8c76ff21a06da4d Mon Sep 17 00:00:00 2001 From: Yu Pan <70486009+yu-nix@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:36:16 -0700 Subject: [PATCH] Update include/sundials/sundials_context.h Co-authored-by: Cody Balos --- include/sundials/sundials_context.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/sundials/sundials_context.h b/include/sundials/sundials_context.h index caff5f03ce..6fef61b81d 100644 --- a/include/sundials/sundials_context.h +++ b/include/sundials/sundials_context.h @@ -36,7 +36,6 @@ SUNDIALS_EXPORT int SUNContext_GetLogger(SUNContext sunctx, SUNLogger* logger); SUNDIALS_EXPORT int SUNContext_SetLogger(SUNContext sunctx, SUNLogger logger); SUNDIALS_EXPORT int SUNContext_Free(SUNContext* ctx); -static void sun_adiak_helper(); #ifdef __cplusplus }