]> granicus.if.org Git - python/commitdiff
Remove redundant finalization of the result.
authorStefan Krah <skrah@bytereef.org>
Wed, 18 Apr 2012 16:25:37 +0000 (18:25 +0200)
committerStefan Krah <skrah@bytereef.org>
Wed, 18 Apr 2012 16:25:37 +0000 (18:25 +0200)
Modules/_decimal/libmpdec/mpdecimal.c

index e59dec0c3ee46826976ae1ec5adf43c7ac0e3608..9607b155085dbc32f4f42530f85fa04696460fb8 100644 (file)
@@ -3054,8 +3054,6 @@ mpd_qabs(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx,
     else {
         mpd_qplus(result, a, ctx, status);
     }
-
-    mpd_qfinalize(result, ctx, status);
 }
 
 static inline void