Skip to content

Commit e105ac9

Browse files
committed
fixup... remove another Requires'ism
1 parent 48fb06f commit e105ac9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/MPIExt.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ import Devito: localmask, localmask_with_halo, localmask_with_inhalo, decomposit
1010
import Devito: localindices, localindices_with_halo, localindices_with_inhalo
1111
import Devito: data_allocated, data, data_with_halo, data_with_inhalo
1212

13-
isdefined(Base, :get_extension) ? (using MPI) : (using ..MPI)
14-
15-
1613
abstract type DevitoMPIAbstractArray{T,N} <: AbstractArray{T,N} end
1714

1815
Base.parent(x::DevitoMPIAbstractArray) = x.p

0 commit comments

Comments
 (0)