Imported Upstream version 0.7.4
[platform/upstream/libsolv.git] / ext / repo_comps.c
index 9400e1e..6991656 100644 (file)
@@ -107,7 +107,7 @@ startElement(struct solv_xmlparser *xmlp, int state, const char *name, const cha
 {
   struct parsedata *pd = xmlp->userdata;
   Pool *pool = pd->pool;
-  Solvable *s = pd->solvable;
+  Solvable *s;
 
   switch(state)
     {