diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-13 20:30:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-13 20:30:33 +0000 |
commit | e4fd40543112e71b1b0d2fcd29508482710a444e (patch) | |
tree | c87b3541b3527e39f838381dfb11614ffde0d510 /src | |
parent | e9e5d9bf3f1b49748c64bdd5cd5ac2150a334859 (diff) | |
download | coreutils-e4fd40543112e71b1b0d2fcd29508482710a444e.tar.xz |
(tac_mem): `#if-0'-out this unused function.
(tac_stdin_to_mem): Likewise.
Diffstat (limited to 'src')
-rw-r--r-- | src/tac.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -509,6 +509,7 @@ memrchr (const char *buf_start, const char *buf_end, int c) return NULL; } +#if 0 /* FIXME: describe */ static int @@ -594,6 +595,7 @@ tac_stdin_to_mem (void) return 0; } +#endif int main (int argc, char **argv) |