Skip to content

Commit

Permalink
Merge pull request JuliaLang#39578 from JuliaLang/ksh/noldexp
Browse files Browse the repository at this point in the history
Remove unused ldexp code
  • Loading branch information
kshyatt committed Feb 9, 2021
2 parents 744ff15 + 2cc07a5 commit 8458ca1
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 8458ca1

Please sign in to comment.