Skip to content

Commit 7e059d1

Browse files
committed
Remove unused operator
1 parent de20b97 commit 7e059d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynamics/mpas/driver/dyn_mpas_subdriver.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module dyn_mpas_subdriver
1212
! Modules from external libraries.
1313
#ifdef MPAS_USE_MPI_F08
1414
use mpi_f08, only: mpi_comm_null, mpi_comm_rank, mpi_success, &
15-
mpi_comm_type => mpi_comm, operator(==), operator(/=)
15+
mpi_comm_type => mpi_comm, operator(==)
1616
#else
1717
use mpi, only: mpi_comm_null, mpi_comm_rank, mpi_success
1818
#endif

0 commit comments

Comments
 (0)