aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs2
1 files changed, 0 insertions, 2 deletions
diff --git a/URPM.xs b/URPM.xs
index 6889eb1..56923d1 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -861,8 +861,6 @@ update_provides(const URPM__Package pkg, HV *provides) {
/* update all provides */
if ((s = pkg->provides) != NULL && *s != 0) {
- char *es;
-
ps = strchr(s, '@');
while(ps != NULL) {
*ps = 0; es = strchr(s, '['); if (!es) es = strchr(s, ' '); *ps = '@';