summaryrefslogtreecommitdiff
path: root/gcc/attribs.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@locrian.net>2021-09-19 00:07:40 -0400
committerJeff Law <jeffreyalaw@gmail.com>2021-09-19 00:08:21 -0400
commit69337e7495d09a1fc30442c9c3ade6318f1cf089 (patch)
treea2d5ff4685cd4dda3c96e14771323b725578adcd /gcc/attribs.h
parent767c098247a405041a48d6c1663100bfc29e414c (diff)
downloadgcc-69337e7495d09a1fc30442c9c3ade6318f1cf089.tar.gz
[PATCH] Remove unused function make_unique_name.
gcc/ * attribs.c (make_unique_name): Delete. * attribs.h (make_unique_name): Delete.
Diffstat (limited to 'gcc/attribs.h')
-rw-r--r--gcc/attribs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/attribs.h b/gcc/attribs.h
index 87231b954c6..138c509bce1 100644
--- a/gcc/attribs.h
+++ b/gcc/attribs.h
@@ -44,7 +44,6 @@ extern struct scoped_attributes* register_scoped_attributes (const struct attrib
extern char *sorted_attr_string (tree);
extern bool common_function_versions (tree, tree);
-extern char *make_unique_name (tree, const char *, bool);
extern tree make_dispatcher_decl (const tree);
extern bool is_function_default_version (const tree);