remove dead code (fdivs was never used)

This commit is contained in:
gbeauche 2006-07-04 08:58:40 +00:00
parent 9f6edc436b
commit c022ff87e6

View File

@ -149,7 +149,6 @@ DEFINE_OP1(frip, double, ceil(x));
DEFINE_OP1(friz, double, trunc(x));
DEFINE_OP2(fadds, float, x + y);
DEFINE_OP2(fdivs, float, x / y);
DEFINE_OP2(fsubs, float, x - y);
DEFINE_OP1(exp2, float, exp2f(x));
DEFINE_OP1(log2, float, log2f(x));