diff options
Diffstat (limited to 'gcc/cp/constexpr.c')
-rw-r--r-- | gcc/cp/constexpr.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/cp/constexpr.c b/gcc/cp/constexpr.c index b46824f..83c3bb4 100644 --- a/gcc/cp/constexpr.c +++ b/gcc/cp/constexpr.c @@ -7136,15 +7136,13 @@ clear_cv_cache (void) cv_cache->empty (); } -/* Dispose of the whole CV_CACHE, FOLD_CACHE, and satisfaction caches. */ +/* Dispose of the whole CV_CACHE and FOLD_CACHE. */ void -clear_cv_and_fold_caches (bool sat /*= true*/) +clear_cv_and_fold_caches () { clear_cv_cache (); clear_fold_cache (); - if (sat) - clear_satisfaction_cache (); } /* Internal function handling expressions in templates for |