Skip to content

Commit 4659b27

Browse files
committed
remove unused
1 parent c82359e commit 4659b27

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/feasibility.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,13 +1134,6 @@ function _fix_ret(
11341134
return ret
11351135
end
11361136

1137-
function _add_with_resize!(vec, val, i)
1138-
if i > length(vec)
1139-
resize!(vec, i)
1140-
end
1141-
return vec[i] = val
1142-
end
1143-
11441137
function _dualize2(
11451138
model::JuMP.GenericModel,
11461139
optimizer_constructor = nothing;

0 commit comments

Comments
 (0)