c-common: Remove DEBUG_FUNCTION from verify_sequence_points
authorJakub Jelinek <jakub@redhat.com>
Fri, 6 Nov 2020 08:52:59 +0000 (09:52 +0100)
committerJakub Jelinek <jakub@redhat.com>
Fri, 6 Nov 2020 08:52:59 +0000 (09:52 +0100)
commit344106a966857a7d3d9109b66e0acb2efb5d1cd8
treea69de0f5d054393e1033ab562141aefd23973d95
parent2210bf6dec4a9868c828af546890805cac353f84
c-common: Remove DEBUG_FUNCTION from verify_sequence_points

While perhaps the function name might suggest that it is a verification/debugging
only routine, it is actually implementation of the -Wsequence-point warning
and so doesn't need the DEBUG_FUNCTION macro on it.

2020-11-06  Jakub Jelinek  <jakub@redhat.com>

* c-common.c (verify_sequence_points): Remove DEBUG_FUNCTION.
gcc/c-family/c-common.c