From a74438a424a14a82d734e90ac063cc63ca692517 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 11 Apr 2019 15:48:30 -0400 Subject: [PATCH] plugins/ctf: Remove unused uuid-related fields in struct ctf_fs_metadata 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 --- plugins/ctf/fs-src/fs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/ctf/fs-src/fs.h b/plugins/ctf/fs-src/fs.h index 40060c6a..e254aeb4 100644 --- a/plugins/ctf/fs-src/fs.h +++ b/plugins/ctf/fs-src/fs.h @@ -63,8 +63,6 @@ struct ctf_fs_metadata { /* Owned by this */ char *text; - uint8_t uuid[16]; - bool is_uuid_set; int bo; }; -- 2.34.1