sh: Remove unused function declaration for arith_lex_reset().

Reported by:	Robert Elz
This commit is contained in:
Jilles Tjoelker 2017-03-18 20:41:07 +00:00
parent 4cf66812ea
commit 0620d81993

View File

@ -35,4 +35,3 @@
#define DIGITS(var) (3 + (2 + CHAR_BIT * sizeof((var))) / 3)
arith_t arith(const char *);
void arith_lex_reset(void);