Skip to content

Commit

Permalink
Remove duplicate functionality of base.vcat for void vectors (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjprybol authored and rofinn committed Aug 17, 2017
1 parent 83749e2 commit 30d7cfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/abstractdataframe/abstractdataframe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,6 @@ Base.vcat(df::AbstractDataFrame) = df

Base.vcat(dfs::AbstractDataFrame...) = vcat(AbstractDataFrame[dfs...])

Base.vcat(dfs::Vector{Void}) = dfs
function Base.vcat{T<:AbstractDataFrame}(dfs::Vector{T})
isempty(dfs) && return DataFrame()
coltyps, colnams, similars = _colinfo(dfs)
Expand Down

0 comments on commit 30d7cfd

Please sign in to comment.