diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-06-17 09:07:37 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-06-17 09:07:37 +0300 |
commit | 8687797c1ce3d43181d1991e6413098b3dd95a17 (patch) | |
tree | 7897d5799863c5063f66438a3dd018bac798bcb5 /lib/rpmfi_internal.h | |
parent | b6c2fd31d8f6b28ace55d1656d19eed3cd6f70f0 (diff) | |
download | librpm-tizen-8687797c1ce3d43181d1991e6413098b3dd95a17.tar.gz librpm-tizen-8687797c1ce3d43181d1991e6413098b3dd95a17.tar.bz2 librpm-tizen-8687797c1ce3d43181d1991e6413098b3dd95a17.zip |
Replace headerRemoveEntry() with headerDel() everywhere
- this is a no-brainer s/headerRemoveEntry/headerDel/g operation as the
interface didn't actually change at all
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 20681e6b9..51e0054d5 100644 --- a/lib/rpmfi_internal.h +++ b/lib/rpmfi_internal.h @@ -81,7 +81,6 @@ struct rpmfi_s { HAE_t hae; /*!< Vector to headerAddEntry() */ HME_t hme; /*!< Vector to headerModifyEntry() */ - HRE_t hre; /*!< Vector to headerRemoveEntry() */ headerGetFlags scareFlags; /*!< headerGet flags wrt scareMem */ /*-----------------------------*/ uid_t uid; /*!< File uid (default). */ |