diff options
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 40a2648..d063d41 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -107,8 +107,6 @@ struct cgraph_global_info GTY(()) struct cgraph_rtl_info GTY(()) { int preferred_incoming_stack_boundary; - bool const_function; - bool pure_function; }; /* The cgraph data structure. |