summaryrefslogtreecommitdiff
path: root/gcc/name-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/name-types.h')
-rw-r--r--gcc/name-types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/name-types.h b/gcc/name-types.h
index 538956fdd5d..b127bef17ac 100644
--- a/gcc/name-types.h
+++ b/gcc/name-types.h
@@ -5,7 +5,3 @@
const std::string type_to_string(const_tree type, const unsigned field_offset=0, const bool add_prelude=true);
const std::string get_type_identifier(const_tree type);
-
-namespace test_naming_types {
-void run_tests();
-};