diff options
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r-- | gcc/langhooks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h index 48f18ac8269..9539e7d5b7a 100644 --- a/gcc/langhooks.h +++ b/gcc/langhooks.h @@ -491,9 +491,6 @@ struct lang_hooks gimplification. */ bool deep_unsharing; - /* True if this language allows pointers checker instrumentation. */ - bool chkp_supported; - /* Whenever you add entries here, make sure you adjust langhooks-def.h and langhooks.c accordingly. */ }; |