Skip to content

Commit c4aadf8

Browse files
committed
Revert "gvfs:trace2:data fixup: add region/data around actual serialization"
This reverts commit 7e4387a.
1 parent 15ba903 commit c4aadf8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

wt-status-serialize.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ void wt_status_serialize_v1(int fd, struct wt_status *s)
297297
struct string_list_item *iter;
298298
int k;
299299

300-
trace2_region_enter("status", "serialize", the_repository);
301-
302300
/*
303301
* version header must be first line.
304302
*/
@@ -332,6 +330,4 @@ void wt_status_serialize_v1(int fd, struct wt_status *s)
332330
}
333331
packet_flush(fd);
334332
}
335-
336-
trace2_region_leave("status", "serialize", the_repository);
337333
}

0 commit comments

Comments
 (0)