mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Remove dead code in scm_integer_inexact_sqrt_z
* libguile/integers.c (scm_integer_inexact_sqrt_z): Remove some dead code.
This commit is contained in:
parent
19bc021e34
commit
222b320868
1 changed files with 0 additions and 4 deletions
|
@ -3385,10 +3385,6 @@ scm_integer_inexact_sqrt_i (scm_t_inum k)
|
|||
double
|
||||
scm_integer_inexact_sqrt_z (struct scm_bignum *k)
|
||||
{
|
||||
mpz_t zk, zs;
|
||||
alias_bignum_to_mpz (k, zk);
|
||||
mpz_init (zs);
|
||||
|
||||
long expon;
|
||||
double signif = scm_integer_frexp_z (k, &expon);
|
||||
int negative = signif < 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue