diff options
Diffstat (limited to 'gcc/collect-types.h')
-rw-r--r-- | gcc/collect-types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/collect-types.h b/gcc/collect-types.h index c366b321443..1a6126f6a6d 100644 --- a/gcc/collect-types.h +++ b/gcc/collect-types.h @@ -18,5 +18,3 @@ struct points_to_record_sets_s { }; typedef struct points_to_record_sets_s ptrset_t; - -extern void collect_types(const_tree type, ptrset_t &ptrset_t); |