1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:57:45 +00:00

DynamicLoader: Remove unnecessary math functions

These are provided by libgcc.
This commit is contained in:
Andreas Kling 2021-02-07 14:21:53 +01:00
parent 6985b4008a
commit b1f1f5afcf
3 changed files with 0 additions and 237 deletions

View file

@ -1,6 +1,5 @@
set(LOADER_SOURCES
main.cpp
math.cpp
misc.cpp
)