From f88034eae5dbd10ad9640fe910160bbee0ce98fc Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 26 Jan 2024 03:39:41 +0000 Subject: struct slbt_archive_meta: remove redundant member a_namestrs. --- include/slibtool/slibtool.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/slibtool') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 2cf7099..a4edfee 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -307,8 +307,6 @@ struct slbt_archive_meta { struct ar_meta_signature * m_signature; struct ar_meta_member_info ** a_memberv; - struct ar_meta_member_info * a_namestrs; - struct ar_meta_armap_info a_armap_primary; struct ar_meta_armap_info a_armap_pecoff; }; -- cgit v1.2.3