aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r--gcc/cgraph.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index 849c8ee..f96ac0d 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -52,9 +52,6 @@ struct cgraph_global_info GTY(())
/* Estimated size of the function after inlining. */
int insns;
- /* Number of direct calls not inlined into the function body. */
- int calls;
-
/* Number of times given function will be cloned during output. */
int cloned_times;