summaryrefslogtreecommitdiff
path: root/gcc/cfghooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cfghooks.h')
-rw-r--r--gcc/cfghooks.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cfghooks.h b/gcc/cfghooks.h
index 1b8587a5b1b..6a91bd96c6c 100644
--- a/gcc/cfghooks.h
+++ b/gcc/cfghooks.h
@@ -208,9 +208,6 @@ extern void copy_bbs (basic_block *, unsigned, basic_block *,
void account_profile_record (struct profile_record *, int);
-extern void cfg_layout_initialize (unsigned int);
-extern void cfg_layout_finalize (void);
-
/* Hooks containers. */
extern struct cfg_hooks gimple_cfg_hooks;
extern struct cfg_hooks rtl_cfg_hooks;