aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/dump.c')
-rw-r--r--gcc/cp/dump.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cp/dump.c b/gcc/cp/dump.c
index 4826585..17a6b30 100644
--- a/gcc/cp/dump.c
+++ b/gcc/cp/dump.c
@@ -158,10 +158,6 @@ cp_dump_tree (di, t)
break;
case NAMESPACE_DECL:
- /* The fake `::std' namespace does not have DECL_LANG_SPECIFIC,
- and therefore many other macros do not work on it. */
- if (t == fake_std_node)
- break;
if (DECL_NAMESPACE_ALIAS (t))
dump_child ("alis", DECL_NAMESPACE_ALIAS (t));
else if (!dump_flag (di, TDF_SLIM, t))