plugins/ctf: Remove unused uuid-related fields in struct ctf_fs_metadata
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 11 Apr 2019 19:48:30 +0000 (15:48 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:39 +0000 (18:19 -0400)
They are unused.  The corresponding fields holding the metadata uuid are
in struct ctf_metadata_decoder, while the fields holding the trace class
uuid are in ctf_trace_class.

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
plugins/ctf/fs-src/fs.h

index 40060c6a017d1dee1fce57d936dfd38b2d3310f9..e254aeb4416345b224dd0b31fec4e40df4b6610e 100644 (file)
@@ -63,8 +63,6 @@ struct ctf_fs_metadata {
        /* Owned by this */
        char *text;
 
-       uint8_t uuid[16];
-       bool is_uuid_set;
        int bo;
 };
 
This page took 0.024474 seconds and 4 git commands to generate.