aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-11-08 22:46:41 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-11-08 22:46:41 +0000
commitfb3f3b1678683afa84b77049e373b942476f4a26 (patch)
tree81d81cfbf7328090ebee52ccef1d6ae41c6b6d62 /gcc/langhooks.h
parent168756e6efd81fafc03b809b2291c2cbbb685dff (diff)
parentec1c555d37fcda7b7bcd00051fc6c0bdb84ad1b2 (diff)
Merge from trunk.C11-atomic
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/C11-atomic@204607 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/langhooks.h')
-rw-r--r--gcc/langhooks.h3
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. */
};