diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-04-18 16:25:37 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-04-18 16:25:37 (GMT) |
commit | bc771e9b195da34ff52e38023396f70ab5a112d4 (patch) | |
tree | 3eac5f6d17cfa5659096d5cb76b9f07550faa589 /Modules/_decimal | |
parent | aecaf0b663d53047f039cca2776cddee66df892e (diff) | |
download | cpython-bc771e9b195da34ff52e38023396f70ab5a112d4.zip cpython-bc771e9b195da34ff52e38023396f70ab5a112d4.tar.gz cpython-bc771e9b195da34ff52e38023396f70ab5a112d4.tar.bz2 |
Remove redundant finalization of the result.
Diffstat (limited to 'Modules/_decimal')
-rw-r--r-- | Modules/_decimal/libmpdec/mpdecimal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/_decimal/libmpdec/mpdecimal.c b/Modules/_decimal/libmpdec/mpdecimal.c index e59dec0..9607b15 100644 --- a/Modules/_decimal/libmpdec/mpdecimal.c +++ b/Modules/_decimal/libmpdec/mpdecimal.c @@ -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 |