diff --git a/src/model/resources/fusion/fusion.jl b/src/model/resources/fusion/fusion.jl index e7ab6c4a77..bf96578b6b 100644 --- a/src/model/resources/fusion/fusion.jl +++ b/src/model/resources/fusion/fusion.jl @@ -60,18 +60,6 @@ function fusion_parasitic_power_expressions(inputs::Dict, zone::Int)::Set{Symbol return Set(exprs) end -@doc raw""" - fusion_parasitic_power_expressions(dict::Dict, zone::Int) - - dict: a dictionary of model data - - get listings of parasitic power expressions. - This is available only after `fusion_formulation!` has been called. -""" -function fusion_parasitic_power_expressions(dict::Dict, zone::Int)::Set{Symbol} - dict[FUSION_COMPONENT_ZONE] -end - @doc raw""" fusion_pulse_start_expressions(dict::Dict)