diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h index e54bc3571a6..6af8de6bea0 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -134,7 +134,6 @@ extern int regno_clobbered_at_setjmp PARAMS ((int)); extern void dump_flow_info PARAMS ((FILE *)); extern void find_basic_blocks PARAMS ((rtx, int, FILE *)); extern void cleanup_cfg PARAMS ((rtx)); -extern void calculate_loop_depth PARAMS ((FILE *)); extern void free_basic_block_vars PARAMS ((int)); extern void set_block_num PARAMS ((rtx, int)); #endif |