aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs7
1 files changed, 0 insertions, 7 deletions
diff --git a/URPM.xs b/URPM.xs
index 57dd223..9200c05 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -244,13 +244,6 @@ rpmtag_from_string(const char *tag)
qv_c = NULL;
static const char tag_context[] = "rpmtag",
qv_context[] = "rpmqvsources";
- /* XXX: rpmcli.h: @todo Reassign to tag values. */
- if (!strcasecmp(tag, "whatprovides"))
- return RPMTAG_PROVIDENAME;
- else if (!strcasecmp(tag, "whatrequires"))
- return RPMTAG_REQUIRENAME;
- else if (!strcasecmp(tag, "path"))
- return RPMTAG_BASENAMES;
if(tag_c == NULL) {
tag_c = rpmconstNew();