remove a comment that shouldn't have been there any more
[openssl.git] / crypto / bn / asm / bn-586.pl
index 2a074effe27f099d76d1b01f78d5f4261c394e24..33f61259201a16c630df7c47d07f1ce2f6a8d319 100644 (file)
@@ -456,11 +456,9 @@ 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
+       &je(&label("pw_end"));
        &jge(&label("pw_pos"));
 
        &comment("pw_neg");