summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-09-20 17:37:39 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-09-20 17:37:39 +0300
commit81745883980a8089655e0b3f8503e82c94847d23 (patch)
tree655b1a42fda4dea4e90f62231cf3fdc385f4cdfe /python
parentc0149602a60e21d82b2564daee06a6b43b1f671a (diff)
downloadrpm-81745883980a8089655e0b3f8503e82c94847d23.tar.gz
rpm-81745883980a8089655e0b3f8503e82c94847d23.tar.bz2
rpm-81745883980a8089655e0b3f8503e82c94847d23.zip
Rip out unused anaconda-related hacks
Diffstat (limited to 'python')
-rw-r--r--python/rpmmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/rpmmodule.c b/python/rpmmodule.c
index 5f8822e5b..3780c6749 100644
--- a/python/rpmmodule.c
+++ b/python/rpmmodule.c
@@ -446,7 +446,6 @@ void init_rpm(void)
REGISTER_ENUM(RPMTRANS_FLAG_NOPREUN);
REGISTER_ENUM(RPMTRANS_FLAG_NOPOSTUN);
REGISTER_ENUM(RPMTRANS_FLAG_NOTRIGGERPOSTUN);
- REGISTER_ENUM(RPMTRANS_FLAG_ANACONDA);
REGISTER_ENUM(RPMTRANS_FLAG_NOMD5);
REGISTER_ENUM(RPMTRANS_FLAG_NOSUGGEST);
REGISTER_ENUM(RPMTRANS_FLAG_ADDINDEPS);