diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-11-18 17:12:55 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-11-18 17:12:55 +0200 |
commit | 9444f2d7f5bf0ffcd81fac0e04f0e831ac276306 (patch) | |
tree | 7b8d4b20cdf677a71908b3b607acdcdf9062a287 /lib/rpmfi_internal.h | |
parent | f41bd90c2ac156e459e7af368481471b701ed887 (diff) | |
download | librpm-tizen-9444f2d7f5bf0ffcd81fac0e04f0e831ac276306.tar.gz librpm-tizen-9444f2d7f5bf0ffcd81fac0e04f0e831ac276306.tar.bz2 librpm-tizen-9444f2d7f5bf0ffcd81fac0e04f0e831ac276306.zip |
Remove useless default flags and action fields from rpmfi
- fi->actions is always allocated so fi->action is never used for anything
- fi->flags is just as unused and unnecessary
Diffstat (limited to 'lib/rpmfi_internal.h')
-rw-r--r-- | lib/rpmfi_internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rpmfi_internal.h b/lib/rpmfi_internal.h index 3eb7b524b..f76e68073 100644 --- a/lib/rpmfi_internal.h +++ b/lib/rpmfi_internal.h @@ -81,8 +81,6 @@ struct rpmfi_s { rpmfiFlags fiflags; /*!< file info set control flags */ headerGetFlags scareFlags; /*!< headerGet flags wrt scareMem */ /*-----------------------------*/ - rpmfileAttrs flags; /*!< File flags (default). */ - rpmFileAction action; /*!< File disposition (default). */ rpmFileAction * actions; /*!< File disposition(s). */ struct fingerPrint_s * fps; /*!< File fingerprint(s). */ |