Skip to content

Commit 117ebb8

Browse files
committed
Remove superfluous code
1 parent 789b489 commit 117ebb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/tao/json/sax/to_stream.hh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ namespace tao
9494
void end_array()
9595
{
9696
os.put( ']' );
97-
first = false;
9897
}
9998

10099
// object
@@ -120,7 +119,6 @@ namespace tao
120119
void end_object()
121120
{
122121
os.put( '}' );
123-
first = false;
124122
}
125123
};
126124

0 commit comments

Comments
 (0)