aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-ada-spec.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2019-12-20 17:41:06 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2019-12-20 17:41:06 +0000
commit39292e25076e1048b2aaa89ac60c28f3f61a78a0 (patch)
tree14d790f6ae6c3e85fd4ba2d1f7763bd61a026494 /gcc/c-family/c-ada-spec.h
parent02e8542795c4321a76783b8f419435696bfed9f1 (diff)
downloadgcc-39292e25076e1048b2aaa89ac60c28f3f61a78a0.zip
gcc-39292e25076e1048b2aaa89ac60c28f3f61a78a0.tar.gz
gcc-39292e25076e1048b2aaa89ac60c28f3f61a78a0.tar.bz2
c-ada-spec.h (decl_sloc): Delete.
c-family/ * c-ada-spec.h (decl_sloc): Delete. * c-ada-spec.c (decl_sloc): Make static. c/ * c-decl.c (collect_source_ref_cb): Delete. (for_each_global_decl): Rename into... (collect_source_refs): ...this. Call collect_source_ref directly. (c_parse_final_cleanups): Always call collect_source_ref on the main input filename. cp/ * decl2.c (c_parse_final_cleanups): Always call collect_source_ref on the main input filename. From-SVN: r279670
Diffstat (limited to 'gcc/c-family/c-ada-spec.h')
-rw-r--r--gcc/c-family/c-ada-spec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-family/c-ada-spec.h b/gcc/c-family/c-ada-spec.h
index f9ea1bc..085e891 100644
--- a/gcc/c-family/c-ada-spec.h
+++ b/gcc/c-family/c-ada-spec.h
@@ -36,7 +36,6 @@ enum cpp_operation {
IS_TRIVIAL
};
-extern location_t decl_sloc (const_tree, bool);
extern void collect_ada_nodes (tree, const char *);
extern void collect_source_ref (const char *);
extern void dump_ada_specs (void (*)(const char *),