diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-11-05 13:17:50 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-11-05 13:17:50 +0200 |
commit | ed412a0e2f8538ab952908b06f24d769f1fd1fb6 (patch) | |
tree | 6d809804d39b14e88b29d40d7ef14f2968104a20 /lib/rpmfi_internal.h | |
parent | cbbae4cdb102ac9de4023e6e35ddc668eae09ca9 (diff) | |
download | librpm-tizen-ed412a0e2f8538ab952908b06f24d769f1fd1fb6.tar.gz librpm-tizen-ed412a0e2f8538ab952908b06f24d769f1fd1fb6.tar.bz2 librpm-tizen-ed412a0e2f8538ab952908b06f24d769f1fd1fb6.zip |
Kill off per-file cpio map flags
- nothing uses/needs them, one less murky fi->foo allocation less
- apparently a leftover from initial multilib attempts long long ago
Diffstat (limited to 'lib/rpmfi_internal.h')
-rw-r--r-- | lib/rpmfi_internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rpmfi_internal.h b/lib/rpmfi_internal.h index e772ab671..46f87b3cb 100644 --- a/lib/rpmfi_internal.h +++ b/lib/rpmfi_internal.h @@ -109,7 +109,6 @@ struct rpmfi_s { mode_t fperms; /*!< File perms (0644) if not mapped. */ const char ** apath; int mapflags; - int * fmapflags; FSM_t fsm; /*!< File state machine data. */ int keep_header; /*!< Keep header? */ sharedFileInfo replaced; /*!< (TR_ADDED) */ |