summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-03-19 23:01:35 +0100
committerKevin Ryde <user42@zip.com.au>2001-03-19 23:01:35 +0100
commit23501174b6ffa8c50ee93656c3ebd14538773a76 (patch)
tree7c826238e818fefa98d1cdb5c6af3f6378e16e9c /tune
parentab42e52554dd9d8a3c1b866c2760f970f5b41cf7 (diff)
downloadgmp-23501174b6ffa8c50ee93656c3ebd14538773a76.tar.gz
Remove a divmod_1 prototype no longer used.
Diffstat (limited to 'tune')
-rw-r--r--tune/speed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tune/speed.h b/tune/speed.h
index 60855104b..69e024a73 100644
--- a/tune/speed.h
+++ b/tune/speed.h
@@ -144,7 +144,6 @@ double speed_MPN_COPY _PROTO ((struct speed_params *s));
double speed_MPN_COPY_DECR _PROTO ((struct speed_params *s));
double speed_MPN_COPY_INCR _PROTO ((struct speed_params *s));
double speed_mpn_divexact_by3 _PROTO ((struct speed_params *s));
-double speed_mpn_divmod_1 _PROTO ((struct speed_params *s));
double speed_mpn_divrem_1 _PROTO ((struct speed_params *s));
double speed_mpn_divrem_1f _PROTO ((struct speed_params *s));
double speed_mpn_divrem_1c _PROTO ((struct speed_params *s));