diff options
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 3 |
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; |