Commit bc771e9b authored by Stefan Krah's avatar Stefan Krah

Remove redundant finalization of the result.

parent aecaf0b6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment