Commit 28474e26 authored by Ulf Möller's avatar Ulf Möller
Browse files

bn_sub_part_words() is unused in 0.9.7.

Spotted by Markus Friedl.
parent 85421c71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ require "x86asm.pl";
&bn_div_words("bn_div_words");
&bn_add_words("bn_add_words");
&bn_sub_words("bn_sub_words");
&bn_sub_part_words("bn_sub_part_words");
#&bn_sub_part_words("bn_sub_part_words");

&asm_finish();