mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
1ddee8070d
There wasn't any particular reason the functions needed to be there anyway, so just get rid of them, and adjust libstd to compensate. With this change, libcore depends on exactly two floating-point functions: fmod and fmodf. They are implicitly referenced because they are used to implement "%".