Skip to content

Commit 1b6357f

Browse files
authored
remove warn_attributes option
see jump-dev/MathOptInterface.jl#1534
1 parent 0e6f0c1 commit 1b6357f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MathOptInterface/wrapper.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ function MOI.copy_to(
109109
opt::Optimizer{T},
110110
src::MOI.ModelLike;
111111
copy_names::Bool = false,
112-
warn_attributes::Bool = true,
113112
) where {T <: Real}
114113
@assert !copy_names
115114
idx_map = MOI.Utilities.IndexMap()

0 commit comments

Comments
 (0)