* decl2.c (do_using_directive): Revert previous patch.

From-SVN: r41759
This commit is contained in:
Mark Mitchell 2001-05-02 12:23:08 +00:00 committed by Andreas Jaeger
parent 552aae17f2
commit 46188dcad0
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-05-02 Mark Mitchell <mark@codesourcery.com>
* decl2.c (do_using_directive): Revert previous patch.
2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
* cp-tree.def (USING_STMT): New statement node.

View File

@ -5204,8 +5204,6 @@ do_using_directive (namespace)
{
if (namespace == fake_std_node)
return;
if (building_stmt_tree ())
add_stmt (build_stmt (USING_STMT, namespace));
/* using namespace A::B::C; */
if (TREE_CODE (namespace) == SCOPE_REF)