You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove dead subroutines, dead stores, and more unused variables
Dead subroutines (zero call sites, verified case-insensitive across entire repo):
- s_convert_cylindrical_to_spherical_coord in m_ib_patches.fpp and m_icpp_patches.fpp
- s_compute_fd_divergence in m_finite_differences.fpp
- s_solve_linear_system in post_process/m_derived_variables.fpp
Dead stores (assigned but never read):
- pres_mag, loc in m_assign_variables.fpp
- M11 in simulation/m_data_output.fpp
- flg in post_process/m_derived_variables.fpp
- str_MOK, NVARS_MOK in pre_process and simulation m_start_up.fpp
Unused locals:
- theta1, theta2, En_tot, dirname, dir_exists in post_process/m_start_up.fpp
- i in m_perturbation.fpp s_prng
- t_step_ib_dir in post_process/m_data_input.f90
0 commit comments