OSDN Git Service

Clean up more of our floating-point cruft.
authorElliott Hughes <enh@google.com>
Sat, 14 Aug 2010 01:23:34 +0000 (18:23 -0700)
committerElliott Hughes <enh@google.com>
Sat, 14 Aug 2010 01:23:34 +0000 (18:23 -0700)
commita63f0d99978c3d6e6fcde1f2562295070f8d7e14
tree1d521f5206d6d5be0d17aa4b80009767db739de2
parent6bdcc32b57431c0beca7656765eaadbdaedc6416
Clean up more of our floating-point cruft.

There was a ton of unused stuff here. I was hoping to kill all our
C-style casts so I could turn -Wold-style-cast on, but it looks like
our header files are too full of C-style casts for that to be practical
in conjunction with -Werror.

I'll get rid of the remaining C-style casts in the more heavily maintained
files at some point, but I'm calling it a day on the floating-point stuff
for now.

Change-Id: I93ce1c4a9db27674f4db1f329d6e7fa27e81ad72
luni/src/main/native/cbigint.cpp
luni/src/main/native/cbigint.h
luni/src/main/native/fltconst.h [deleted file]
luni/src/main/native/org_apache_harmony_luni_util_NumberConvert.cpp
luni/src/main/native/org_apache_harmony_luni_util_fltparse.cpp