Skip to content

Commit

Permalink
Remove subtype of AbstractTime for Slot.
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Aug 18, 2014
1 parent e3e86b5 commit b7f97f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/dates/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const MONTHTOVALUE = (UTF8String=>Dict{UTF8String,Int})["english"=>english]
const MONTHTOVALUEABBR = (UTF8String=>Dict{UTF8String,Int})["english"=>abbrenglish]

# Date/DateTime Parsing
abstract Slot{P<:AbstractTime} <: AbstractTime
abstract Slot{P<:AbstractTime}

immutable DelimitedSlot{P<:AbstractTime} <: Slot{P}
i::Int
Expand Down

0 comments on commit b7f97f8

Please sign in to comment.