mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove redundant finalization of the result.
This commit is contained in:
parent
aecaf0b663
commit
bc771e9b19
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue