rpmrc: do not use that nonexistent rpmOptionValue struct.
authorAles Kozumplik <akozumpl@redhat.com>
Tue, 3 Jan 2012 09:50:51 +0000 (10:50 +0100)
committerAles Kozumplik <akozumpl@redhat.com>
Wed, 4 Jan 2012 13:16:53 +0000 (14:16 +0100)
lib/rpmrc.c

index 1c4ebb4..177db0e 100644 (file)
@@ -72,7 +72,6 @@ struct rpmOption {
 int required;
     int macroize;
     int localize;
-struct rpmOptionValue * value;
 };
 
 typedef struct defaultEntry_s {