Skip to content

Commit

Permalink
Fix duplicate method definition warning
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Jan 30, 2016
1 parent 319c640 commit a321b32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/bridge.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ function dio(x::StridedVector{Cdouble}, fs::Real, opt::DioOption=DioOption())
f0, timeaxis
end

function dio(x::StridedVector{Cdouble}, fs::Real; opt::DioOption=DioOption())
dio(x, fs, opt)
end

function stonemask(x::StridedVector{Cdouble}, fs::Integer,
timeaxis::StridedVector{Cdouble},
f0::StridedVector{Cdouble})
Expand Down

0 comments on commit a321b32

Please sign in to comment.