Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Dec 24, 2021
1 parent 2ef67c2 commit ac7daa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/bigdecimal/bigdecimal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ BigDecimal_divide(VALUE self, VALUE r, Real **c, Real **res, Real **div)
/* For c = self.div(r): with round operation */
{
ENTER(5);
Real *a, *b, *d;
Real *a, *b;
ssize_t a_prec, b_prec;
size_t mx;

Expand Down

0 comments on commit ac7daa5

Please sign in to comment.