]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Remove unused lines.
authorToni Wilen <twilen@winuae.net>
Tue, 7 Jan 2025 18:53:04 +0000 (20:53 +0200)
committerToni Wilen <twilen@winuae.net>
Tue, 7 Jan 2025 18:53:04 +0000 (20:53 +0200)
softfloat/softfloat_fpsp.cpp

index 4ddfcb93a7ec0460f33476c34e29a2a8957a6130..7264bdb255c0a620cad38ef27dc189c6559b3fbf 100644 (file)
@@ -688,8 +688,6 @@ floatx80 floatx80_etox(floatx80 a, float_status *status)
        
        SET_PREC;
        
-       adjflag = 0;
-       
        if (aExp >= 0x3FBE) { // |X| >= 2^(-65)
                compact = floatx80_make_compact(aExp, aSig);
                
@@ -1258,8 +1256,6 @@ floatx80 floatx80_lognp1(floatx80 a, float_status *status)
        
        SET_PREC;
        
-       compact = floatx80_make_compact(aExp, aSig);
-       
        fp0 = a; // Z
        fp1 = a;