Skip to content

Commit a2b78f4

Browse files
authored
Update src/FileFormats/MOF/write.jl
1 parent f11b38b commit a2b78f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FileFormats/MOF/write.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ function Base.write(io::IO, model::Model)
3535
end
3636

3737
function _write_variables(variables::Vector{NamedTuple}, model::Model)
38-
variables = NamedTuple[]
3938
name_map = Dict{MOI.VariableIndex,String}()
4039
for index in MOI.get(model, MOI.ListOfVariableIndices())
4140
variable = moi_to_object(index, model)

0 commit comments

Comments
 (0)