Author: particle Date: Tue Jan 27 15:02:42 2009 New Revision: 36071 Modified: trunk/src/spf_render.c
Log: [core] remove commented out code, thanks for noticing nick! Modified: trunk/src/spf_render.c ============================================================================== --- trunk/src/spf_render.c (original) +++ trunk/src/spf_render.c Tue Jan 27 15:02:42 2009 @@ -748,11 +748,6 @@ else if (thefloat == PARROT_FLOATVAL_INF_NEGATIVE) { ts = cstr2pstr(PARROT_CSTRING_INF_NEGATIVE); } - /* XXX for some reason, this comparison isn't working - else if (thefloat == PARROT_FLOATVAL_NAN_QUIET) { - ts = cstr2pstr(PARROT_CSTRING_NAN_QUIET); - } - */ else if (thefloat != thefloat) { ts = cstr2pstr(PARROT_CSTRING_NAN_QUIET); }