diff options
Diffstat (limited to 'gcc/cp/call.c')
-rw-r--r-- | gcc/cp/call.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 9178188..0b7d143 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -724,8 +724,6 @@ alloc_conversion (conversion_kind kind) return c; } -#ifdef ENABLE_CHECKING - /* Make sure that all memory on the conversion obstack has been freed. */ @@ -737,8 +735,6 @@ validate_conversion_obstack (void) == obstack_base (&conversion_obstack))); } -#endif /* ENABLE_CHECKING */ - /* Dynamically allocate an array of N conversions. */ static conversion ** |