Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/FileFormats/MOF/MOF.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
module MOF

import ..FileFormats
import OrderedCollections: OrderedDict
import JSON
import MathOptInterface as MOI

Expand All @@ -33,10 +32,6 @@ const _SUPPORTED_VERSIONS = (
v"0.4",
)

const OrderedObject = OrderedDict{String,Any}
const UnorderedObject = Dict{String,Any}
const Object = Union{OrderedObject,UnorderedObject}

function _parse_mof_version(version)
return VersionNumber(version["major"], version["minor"])
end
Expand Down
Loading
Loading