mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
sh: Remove unused function declaration for arith_lex_reset().
Reported by: Robert Elz
This commit is contained in:
parent
4cf66812ea
commit
0620d81993
1 changed files with 0 additions and 1 deletions
|
|
@ -35,4 +35,3 @@
|
|||
#define DIGITS(var) (3 + (2 + CHAR_BIT * sizeof((var))) / 3)
|
||||
|
||||
arith_t arith(const char *);
|
||||
void arith_lex_reset(void);
|
||||
|
|
|
|||
Loading…
Reference in a new issue