diff options
Diffstat (limited to 'gcc/ipa-inline.h')
-rw-r--r-- | gcc/ipa-inline.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ipa-inline.h b/gcc/ipa-inline.h index 58bcdd968b9..1fd1f5c9ff5 100644 --- a/gcc/ipa-inline.h +++ b/gcc/ipa-inline.h @@ -41,8 +41,6 @@ struct inline_summary /* False when there something makes versioning impossible. Currently computed and used only by ipa-cp. */ unsigned versionable : 1; - /* True when function should be inlined independently on its size. */ - unsigned disregard_inline_limits : 1; /* Information about function that will result after applying all the inline decisions present in the callgraph. Generally kept up to |