Remove long double support from safecrt routines in PAL
authorJan Vorlicek <janvorli@microsoft.com>
Wed, 15 Apr 2015 23:53:17 +0000 (01:53 +0200)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 15 Apr 2015 23:53:17 +0000 (01:53 +0200)
commit3ad941c2e26af767c63fb42264a84f9df16155a4
tree0b1604c8d6492da1c277b44488ba736283236c4b
parent1426853c339e0c101e9301bf442c94e2afb7555f
Remove long double support from safecrt routines in PAL

This change removes the long double support from the safecrt
printf style routines in PAL. The existing support was effectively
disabled anyways, we didn't have similar support in the non-safe
printf style functions and coreclr has no need to print long doubles.
src/pal/src/safecrt/mbusafecrt_internal.h
src/pal/src/safecrt/output.inl
src/pal/src/safecrt/safecrt_output_l.c