Skip to content

Commit ebf82b4

Browse files
committed
fix: remove dead noinline directive (handled by CMake except: instead)
1 parent 2c4dd4b commit ebf82b4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/simulation/m_time_steppers.fpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -626,10 +626,6 @@ contains
626626
!> Compute the global time step size from CFL stability constraints across all cells
627627
impure subroutine s_compute_dt()
628628

629-
#ifdef __NVCOMPILER
630-
! dir$ noinline
631-
#endif
632-
633629
real(wp) :: rho !< Cell-avg. density
634630

635631
#:if not MFC_CASE_OPTIMIZATION and USING_AMD

0 commit comments

Comments
 (0)