Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Remove introduced mutability of SimpleInequalityExpression
Browse files Browse the repository at this point in the history
It was changed amongst the other 1.0 compatibility changes but does not
seem to be necessary.
  • Loading branch information
ararslan committed Nov 1, 2018
1 parent 530feed commit f111790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atoms/second_order_cone/power_to_socp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mutable struct InequalityExpression
u_var_ind::Int
end

mutable struct SimpleInequalityExpression
struct SimpleInequalityExpression
# Represents an inequality of the form
#
# x^2 <= t s,
Expand Down

0 comments on commit f111790

Please sign in to comment.