Skip to content

Commit fba56c9

Browse files
Remove deprecating == conversion of retcode to symbol
This is one of the top invalidators, we've waited, I don't see issues around this anymore, going for it.
1 parent ae464bd commit fba56c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/retcodes.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ EnumX.@enumx ReturnCode begin
345345
MaxTime
346346
end
347347

348-
Base.:(==)(retcode::ReturnCode.T, s::Symbol) = Symbol(retcode) == s
349348
Base.:(!=)(retcode::ReturnCode.T, s::Symbol) = Symbol(retcode) != s
350349

351350
const symtrue = Symbol("true")

0 commit comments

Comments
 (0)