From 4c71819dda4507e9b06bc8fa61945136cb63550a Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 27 Nov 2017 17:29:06 +0000 Subject: hash-set.h (DEFINE_DEBUG_HASH_SET): Remove static qualifier from explicit instantiation of debug_helper. * hash-set.h (DEFINE_DEBUG_HASH_SET): Remove static qualifier from explicit instantiation of debug_helper. * vec.h (DEFINE_DEBUG_VEC): Ditto. From-SVN: r255175 --- gcc/hash-set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/hash-set.h') diff --git a/gcc/hash-set.h b/gcc/hash-set.h index 75ca147..8b83f6a 100644 --- a/gcc/hash-set.h +++ b/gcc/hash-set.h @@ -150,7 +150,7 @@ debug_helper (hash_set &ref) } #define DEFINE_DEBUG_HASH_SET(T) \ - template static void debug_helper (hash_set &); \ + template void debug_helper (hash_set &); \ DEBUG_FUNCTION void \ debug (hash_set &ref) \ { \ -- cgit v1.1