Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jul 2, 2019
1 parent 266a570 commit 1612cae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ end
pure(::typeof(push!)) = NoBang.push
pure(::typeof(append!)) = NoBang.append
pure(::typeof(pushfirst!)) = NoBang.pushfirst
pure(::typeof(pop!)) = NoBang.pop
pure(::typeof(popfirst!)) = NoBang.popfirst
pure(::typeof(_setproperty!)) = NoBang.setproperty
pure(::typeof(mul!)) = NoBang.mul

Expand Down

0 comments on commit 1612cae

Please sign in to comment.