Skip to content

Commit 26b7338

Browse files
committed
revert a test change
1 parent a856f03 commit 26b7338

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/librrgraph/src/io/gen/rr_graph_uxsdcxx.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3991,7 +3991,6 @@ inline void write_node(T &in, std::ostream &os, Context &context){
39913991
os << "<loc";
39923992
os << " layer=\"" << in.get_node_loc_layer(child_context) << "\"";
39933993
os << " ptc=\"" << in.get_node_loc_ptc(child_context) << "\"";
3994-
os << "meta=\"" << "more ptcs" <<"\"";
39953994
if((bool)in.get_node_loc_side(child_context))
39963995
os << " side=\"" << lookup_loc_side[(int)in.get_node_loc_side(child_context)] << "\"";
39973996
os << " xhigh=\"" << in.get_node_loc_xhigh(child_context) << "\"";

0 commit comments

Comments
 (0)