diff options
Diffstat (limited to 'bfd/doc/chew.c')
-rw-r--r-- | bfd/doc/chew.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bfd/doc/chew.c b/bfd/doc/chew.c index 842d4153005..b0cb91448be 100644 --- a/bfd/doc/chew.c +++ b/bfd/doc/chew.c @@ -202,22 +202,6 @@ init_string (string_type *buffer) init_string_with_size (buffer, DEF_SIZE); } -static int -find (string_type *str, char *what) -{ - unsigned int i; - char *p; - p = what; - for (i = 0; i < str->write_idx && *p; i++) - { - if (*p == str->ptr[i]) - p++; - else - p = what; - } - return (*p == 0); -} - static void write_buffer (string_type *buffer, FILE *f) { |