Commit 8aa08824 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Delete capi/float.cpp and move its contents to runtime/float.cpp

I don't remember the original reasoning for having the separate capi/float.cpp,
and all the other runtime/ files have their CAPI methods inline.
parent fb62db02
......@@ -30,7 +30,6 @@ add_library(PYSTON_OBJECTS OBJECT ${OPTIONAL_SRCS}
capi/codecs.cpp
capi/descrobject.cpp
capi/errors.cpp
capi/float.cpp
capi/modsupport.cpp
capi/object.cpp
capi/typeobject.cpp
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment