Author: jilles Date: Sat Mar 18 20:41:07 2017 New Revision: 315511 URL: https://svnweb.freebsd.org/changeset/base/315511
Log: sh: Remove unused function declaration for arith_lex_reset(). Reported by: Robert Elz Modified: head/bin/sh/arith.h Modified: head/bin/sh/arith.h ============================================================================== --- head/bin/sh/arith.h Sat Mar 18 20:16:23 2017 (r315510) +++ head/bin/sh/arith.h Sat Mar 18 20:41:07 2017 (r315511) @@ -35,4 +35,3 @@ #define DIGITS(var) (3 + (2 + CHAR_BIT * sizeof((var))) / 3) arith_t arith(const char *); -void arith_lex_reset(void); _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"