]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/attribs.h
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / attribs.h
index df78eb152f9b6d4e502b93f06f11b3548998c037..138c509bce13df8b01953483fd82de6c62b2b836 100644 (file)
@@ -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);
 
@@ -316,6 +315,4 @@ extern void init_attr_rdwr_indices (rdwr_map *, tree);
 extern attr_access *get_parm_access (rdwr_map &, tree,
                                     tree = current_function_decl);
 
-extern unsigned fndecl_dealloc_argno (tree fndecl);
-
 #endif // GCC_ATTRIBS_H