Remove unused functions extended_{mul,div}().

This commit is contained in:
jjgarcia 2002-10-16 07:11:01 +00:00
parent 9724cc060a
commit feeea3db1a

View file

@ -188,12 +188,6 @@ extern void init_interpreter(void);
extern void init_conditional(void);
/* earith.c */
extern void extended_mul(int d, int q, int r, int *hp, int *lp);
extern void extended_div(int d, int h, int l, int *qp, int *rp);
/* error.c */
extern cl_object null_string;