Skip to content

Commit

Permalink
removed extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcole3 committed Sep 25, 2024
1 parent 7c060ed commit 29b9770
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backends/moi_backend.jl
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,6 @@ function _copy_node_variables(
# add new MOI variables to the destination MOI backend
# note that existing node variables are not copied per-se; the references
# now point to multiple MOI backends.
vars_to_add = setdiff(node_variables, keys(dest.element_to_graph_map.var_map))
for var in node_variables
if !(var in keys(dest.element_to_graph_map))
src_graph_index = graph_index(var)
Expand Down

0 comments on commit 29b9770

Please sign in to comment.