From 916a2ec133a7b1f6ec1917764d390940749520e5 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Tue, 10 Sep 2024 18:42:10 -0400 Subject: [PATCH] remove unused get_const_grav() (#2956) --- Source/gravity/Gravity.H | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Source/gravity/Gravity.H b/Source/gravity/Gravity.H index 0f6aba88ac..feaf0e23ca 100644 --- a/Source/gravity/Gravity.H +++ b/Source/gravity/Gravity.H @@ -567,12 +567,6 @@ public: const amrex::Vector& res, amrex::Real time); - static inline amrex::Real - get_const_grav() { - return gravity::const_grav; - } - - }; ///