summaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index 7aa9ff14be3..3cc65a4556d 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -159,10 +159,6 @@ extern enum stack_check_type flag_stack_check;
#define abi_version_at_least(N) \
(flag_abi_version == 0 || flag_abi_version >= (N))
-/* Return whether the function should be excluded from
- instrumentation. */
-extern bool flag_instrument_functions_exclude_p (tree fndecl);
-
/* True if overflow wraps around for the given integral type. That
is, TYPE_MAX + 1 == TYPE_MIN. */
#define TYPE_OVERFLOW_WRAPS(TYPE) \