remove unused variable f

This commit is contained in:
Yuichi Nishiwaki 2015-07-13 09:39:26 +09:00
parent 339ea176fe
commit c30392b0c3
1 changed files with 0 additions and 1 deletions

View File

@ -614,7 +614,6 @@ pic_eqv_p(pic_value x, pic_value y)
name(pic_state *pic, pic_value a, pic_value b) \
{ \
extern PIC_NORETURN void pic_errorf(pic_state *, const char *, ...); \
double f; \
if (pic_int_p(a) && pic_int_p(b)) { \
return pic_int_value(pic_int(a) op pic_int(b)); \
} else { \