Skip to content

Commit 9f9ca89

Browse files
committed
drop unused aliases
1 parent 8699207 commit 9f9ca89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/OceanSeaIceModels/ocean_sea_ice_model.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ mutable struct OceanSeaIceModel{I, A, O, F, C, Arch} <: AbstractModel{Nothing, A
3030
end
3131

3232
const OSIM = OceanSeaIceModel
33-
const OSIMSIM = Simulation{<:OceanSeaIceModel}
34-
const OSIMSIMPA = Simulation{<:OceanSeaIceModel{<:Any, <:PrescribedAtmosphere}}
3533

3634
function Base.summary(model::OSIM)
3735
A = nameof(typeof(architecture(model)))

0 commit comments

Comments
 (0)