remove dead code

The removed line was added due to a misreading of a failure
path as a slow path.

Thanks to Jon Zeppieri.
This commit is contained in:
Matthew Flatt 2013-05-07 17:38:30 -04:00
parent 5290b4c4b3
commit 2310eb367f

View File

@ -1848,7 +1848,6 @@ int scheme_generate_inlined_unary(mz_jit_state *jitter, Scheme_App2_Rec *app, in
__END_TINY_JUMPS__(1); __END_TINY_JUMPS__(1);
(void)jit_calli(sjc.bad_char_to_integer_code); (void)jit_calli(sjc.bad_char_to_integer_code);
__START_TINY_JUMPS__(1); __START_TINY_JUMPS__(1);
jit_movr_p(dest, JIT_R0);
mz_patch_branch(ref); mz_patch_branch(ref);
(void)mz_bnei_t(reffail, JIT_R0, scheme_char_type, JIT_R1); (void)mz_bnei_t(reffail, JIT_R0, scheme_char_type, JIT_R1);
__END_TINY_JUMPS__(1); __END_TINY_JUMPS__(1);