MT#59038 remove pointless double struct

Change-Id: I17e60a7c37de221ee8973f5237a5fe44c32d59cb
pull/1802/head
Richard Fuchs 2 years ago
parent be5180a8ba
commit cf4f9bad41

@ -45,11 +45,9 @@ struct recording_stream_proc {
}; };
struct recording { struct recording {
struct {
struct recording_pcap pcap; struct recording_pcap pcap;
struct recording_proc proc; struct recording_proc proc;
}; };
};
struct recording_stream { struct recording_stream {
union { union {

Loading…
Cancel
Save