diff options
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 81841fb2e75..d4b26f8d21b 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -443,8 +443,6 @@ branch_prob (f, dump_file) FILE *dump_file; { int i, num_blocks; - int dest; - rtx insn; struct adj_list *arcptr; int num_arcs, changes, passes; int total, prob; |