Skip to content

Commit 08a5858

Browse files
committed
tovec
1 parent e1d0d57 commit 08a5858

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/integer_common.h

-3
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,6 @@ struct integer {
196196

197197
size_t count;
198198
mpz_export(res.data(), &count, -1, 8, 0, 0, impl);
199-
if (count == 0)
200-
count = 1;
201-
202199
res.resize(count);
203200

204201
return res;

0 commit comments

Comments
 (0)