aboutsummaryrefslogtreecommitdiff
path: root/gcc/hash-set.h
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2017-11-27 17:29:06 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2017-11-27 17:29:06 +0000
commit4c71819dda4507e9b06bc8fa61945136cb63550a (patch)
treec32035a80cd0c6acf392748f2096a7044850bcdc /gcc/hash-set.h
parent68e601d879ea9295228f4111aaaa101607757da9 (diff)
downloadgcc-4c71819dda4507e9b06bc8fa61945136cb63550a.zip
gcc-4c71819dda4507e9b06bc8fa61945136cb63550a.tar.gz
gcc-4c71819dda4507e9b06bc8fa61945136cb63550a.tar.bz2
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
Diffstat (limited to 'gcc/hash-set.h')
-rw-r--r--gcc/hash-set.h2
1 files changed, 1 insertions, 1 deletions
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<T> &ref)
}
#define DEFINE_DEBUG_HASH_SET(T) \
- template static void debug_helper (hash_set<T> &); \
+ template void debug_helper (hash_set<T> &); \
DEBUG_FUNCTION void \
debug (hash_set<T> &ref) \
{ \