Skip to content

Commit

Permalink
remove type piracy
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Aug 15, 2017
1 parent b31ce17 commit 82f52fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GLUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ end
function mapkeys(func, collection::Dict)
Dict([(func(key), value) for (key, value) in collection])
end
Base.get(a::Dict{KT, VT}, keys::Vector{KT}) where {KT, VT} = [a[key] for key in keys]

function print_with_lines(out::IO, text::AbstractString)
io = IOBuffer()
Expand Down

0 comments on commit 82f52fb

Please sign in to comment.