Skip to content

Commit 96d5648

Browse files
committed
Remove extra functions for now unless use case is demonstrated
1 parent 35af0c7 commit 96d5648

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/core/connections.jl

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -812,11 +812,6 @@ function update_param!(mi::ModelInstance, name::Symbol, value)
812812
return nothing
813813
end
814814

815-
# set parameter delegation method to retain backwards compatibility
816-
function set_param!(mi::ModelInstance, name::Symbol, value)
817-
update_param!(mi, name, value)
818-
end
819-
820815
"""
821816
update_param!(mi::ModelInstance, comp_name::Symbol, param_name::Symbol, value)
822817
@@ -850,11 +845,6 @@ function update_param!(mi::ModelInstance, comp_name::Symbol, param_name::Symbol,
850845
return nothing
851846
end
852847

853-
# set parameter delegation method to retain backwards compatibility
854-
function set_param!(mi::ModelInstance, comp_name::Symbol, param_name::Symbol, value)
855-
update_param!(mi, comp_name, param_name, value)
856-
end
857-
858848
"""
859849
update_param!(md::ModelDef, comp_name::Symbol, param_name::Symbol, value)
860850

0 commit comments

Comments
 (0)