diff options
Diffstat (limited to 'URPM.xs')
-rw-r--r-- | URPM.xs | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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(); |