Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc771e9

Browse files
author
Stefan Krah
committed
Remove redundant finalization of the result.
1 parent aecaf0b commit bc771e9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Modules/_decimal/libmpdec/mpdecimal.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3054,8 +3054,6 @@ mpd_qabs(mpd_t *result, const mpd_t *a, const mpd_context_t *ctx,
30543054
else {
30553055
mpd_qplus(result, a, ctx, status);
30563056
}
3057-
3058-
mpd_qfinalize(result, ctx, status);
30593057
}
30603058

30613059
static inline void

0 commit comments

Comments
 (0)