From: Jim Meyering Date: Sun, 4 Jul 1999 10:03:05 +0000 (+0000) Subject: (memrchr): Ifdef out this unused function. X-Git-Tag: TEXTUTILS-1_22n~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed1684742aa248c00890536da8fb40451ad403ed;p=thirdparty%2Fcoreutils.git (memrchr): Ifdef out this unused function. --- diff --git a/src/tac.c b/src/tac.c index 29dd020fbd..87b9ca7a37 100644 --- a/src/tac.c +++ b/src/tac.c @@ -501,6 +501,7 @@ tac_stdin (void) return errors; } +#if 0 /* BUF_END points one byte past the end of the buffer to be searched. */ static void * @@ -515,7 +516,6 @@ memrchr (const char *buf_start, const char *buf_end, int c) return NULL; } -#if 0 /* FIXME: describe */ static int