aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 5e650a4..155aa14 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -2696,7 +2696,6 @@ Trans_add(trans, pkg, ...)
#endif
while (--j >= 0) {
SV **e = av_fetch(excludepath, j, 0);
- relocations[j].newPath = NULL;
if (e != NULL && *e != NULL) {
relocations[j].oldPath = SvPV_nolen(*e);
}