Skip to content

Commit

Permalink
Remove unused ldexp code
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed Feb 8, 2021
1 parent cf7e1fc commit 2cc07a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 106 deletions.
1 change: 0 additions & 1 deletion base/math.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,6 @@ Return positive part of the high word of `x` as a `UInt32`.
# More special functions
include("special/cbrt.jl")
include("special/exp.jl")
include("special/ldexp_exp.jl")
include("special/hyperbolic.jl")
include("special/trig.jl")
include("special/rem_pio2.jl")
Expand Down
105 changes: 0 additions & 105 deletions base/special/ldexp_exp.jl

This file was deleted.

0 comments on commit 2cc07a5

Please sign in to comment.