8044496: 8034812 broke build with clang

Remove superfluous clang-diagnostic-pop

Reviewed-by: kvn, drchase
This commit is contained in:
Igor Veresov 2014-06-02 07:26:52 -10:00
parent bdb8050bbf
commit ddffd7c3f1

View File

@ -456,10 +456,6 @@ Node::Node(Node *n0, Node *n1, Node *n2, Node *n3,
_in[6] = n6; if (n6 != NULL) n6->add_out((Node *)this);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
//------------------------------clone------------------------------------------
// Clone a Node.