1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315511

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);