Skip to content

Commit 8422cad

Browse files
CDRIVER-5897 Remove duplicated variable assignment in bson-decimal128.c (#1860)
Signed-off-by: linraymond2006 <[email protected]>
1 parent 02598b1 commit 8422cad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libbson/src/bson/bson-decimal128.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,6 @@ bson_decimal128_from_string_w_len (const char *string, /* IN */
601601
first_digit = 0;
602602

603603
if (!ndigits_stored) { /* value is zero */
604-
first_digit = 0;
605604
last_digit = 0;
606605
digits[0] = 0;
607606
ndigits = 1;

0 commit comments

Comments
 (0)