Skip to content

Commit

Permalink
Remove unused operator
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanchihwang committed Sep 9, 2024
1 parent de20b97 commit 7e059d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamics/mpas/driver/dyn_mpas_subdriver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module dyn_mpas_subdriver
! Modules from external libraries.
#ifdef MPAS_USE_MPI_F08
use mpi_f08, only: mpi_comm_null, mpi_comm_rank, mpi_success, &
mpi_comm_type => mpi_comm, operator(==), operator(/=)
mpi_comm_type => mpi_comm, operator(==)
#else
use mpi, only: mpi_comm_null, mpi_comm_rank, mpi_success
#endif
Expand Down

0 comments on commit 7e059d1

Please sign in to comment.