remove useless instruction
authorUlf Möller <ulf@openssl.org>
Wed, 6 Dec 2000 04:48:50 +0000 (04:48 +0000)
committerUlf Möller <ulf@openssl.org>
Wed, 6 Dec 2000 04:48:50 +0000 (04:48 +0000)
crypto/bn/asm/bn-586.pl

index 2a074effe27f099d76d1b01f78d5f4261c394e24..7c41a243a8965497a0b4b7b6de97925a5814d11b 100644 (file)
@@ -456,8 +456,6 @@ sub bn_sub_part_words
        &cmp(&wparam(4),0);
        &je(&label("pw_end"));
 
-       &mov($num,&wparam(3));  # get num
-
        &mov($num,&wparam(4));  # get dl
        &cmp($num,0);
        &je(&label("pw_end")); # unnoetig