From: Georg-Johann Lay Date: Fri, 25 Oct 2019 15:13:23 +0000 (+0000) Subject: re PR target/85969 (avr/gen-avr-mmcu-specs.c:56: unused function ?) X-Git-Tag: upstream/12.2.0~20892 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cd6630fc0218580f29e87ea418d9e435d062412;p=platform%2Fupstream%2Fgcc.git re PR target/85969 (avr/gen-avr-mmcu-specs.c:56: unused function ?) PR target/85969 * config/avr/gen-avr-mmcu-specs.c (str_prefix_p): Remove unused static function. From-SVN: r277455 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1da576b..555cf54 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2019-10-18 Georg-Johann Lay + + PR target/85969 + * config/avr/gen-avr-mmcu-specs.c (str_prefix_p): Remove unused + static function. + 2019-10-25 Cesar Philippidis Tobias Burnus diff --git a/gcc/config/avr/gen-avr-mmcu-specs.c b/gcc/config/avr/gen-avr-mmcu-specs.c index de861f4..b0a3870 100644 --- a/gcc/config/avr/gen-avr-mmcu-specs.c +++ b/gcc/config/avr/gen-avr-mmcu-specs.c @@ -50,14 +50,6 @@ #define SPECFILE_USAGE_URL \ "https://gcc.gnu.org/gcc-5/changes.html" -/* Return true iff STR starts with PREFIX. */ - -static bool -str_prefix_p (const char *str, const char *prefix) -{ - return strncmp (str, prefix, strlen (prefix)) == 0; -} - static const char header[] = "#\n"