From b20cbca237158906c7d24b32a4e77babbebf9a1c Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sun, 20 Apr 2003 22:43:59 +0000 Subject: * varasm.c (struct deferred_constant, defer_addressed_constants_flag) (defer_addressed_constants, output_deferred_addressed_constants): Kill. (output_constant_def): Remove code predicated on defer_addressed_constants_flag. * output.h: Remove prototypes of deleted functions. * c-typeck.c (constructor_subconstants_deferred): Kill. (struct initializer_stack): Remove 'deferred' field. (start_init): Remove all references to the above. (finish_init): Likewise. Also remove never-executed call to output_deferred_addressed_constants. Pull assignment to defstr out of if expression. From-SVN: r65865 --- gcc/output.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gcc/output.h') diff --git a/gcc/output.h b/gcc/output.h index 7fd9ec9..389b95f 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -334,13 +334,6 @@ extern void assemble_real PARAMS ((REAL_VALUE_TYPE, unsigned)); #endif -/* Start deferring output of subconstants. */ -extern void defer_addressed_constants PARAMS ((void)); - -/* Stop deferring output of subconstants, - and output now all those that have been deferred. */ -extern void output_deferred_addressed_constants PARAMS ((void)); - /* Return the size of the constant pool. */ extern int get_pool_size PARAMS ((void)); -- cgit v1.1