summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-11-23 07:13:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-11-23 07:13:58 (GMT)
commit7101133d0e862d2296d9709dc6ef1e64ebbc2ea0 (patch)
tree932fe15f32dd1438fba3d67a08ee43ddfedad98a
parent73f5d359d6a0cc15ce463aa4b5595bd7112dec45 (diff)
Delete useless content attribute for the Android BootImg format.
-rw-r--r--plugins/bootimg/format-int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/bootimg/format-int.h b/plugins/bootimg/format-int.h
index 560841d..9662856 100644
--- a/plugins/bootimg/format-int.h
+++ b/plugins/bootimg/format-int.h
@@ -37,8 +37,6 @@ struct _GBootImgFormat
{
GKnownFormat parent; /* A laisser en premier */
- GBinContent *content; /* Contenu binaire à étudier */
-
boot_img_hdr header; /* Entête du format */
};