summaryrefslogtreecommitdiff
path: root/include/slibtool/slibtool.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-01-26 03:39:41 +0000
committermidipix <writeonce@midipix.org>2024-01-26 03:39:41 +0000
commitf88034eae5dbd10ad9640fe910160bbee0ce98fc (patch)
treef895a7ff3f6f98e7a5aaff8fb09688a42e2fe58c /include/slibtool/slibtool.h
parentd58d0e12fab11f993457552d525c182279c69a7c (diff)
downloadslibtool-f88034eae5dbd10ad9640fe910160bbee0ce98fc.tar.bz2
slibtool-f88034eae5dbd10ad9640fe910160bbee0ce98fc.tar.xz
struct slbt_archive_meta: remove redundant member a_namestrs.
Diffstat (limited to 'include/slibtool/slibtool.h')
-rw-r--r--include/slibtool/slibtool.h2
1 files changed, 0 insertions, 2 deletions
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;
};