b2/bom.h (struct bom): remove unused "next" pointer

This commit is contained in:
Werner Almesberger
2012-05-23 17:41:57 -03:00
parent f22378937d
commit 4fb17f6e95
-1
View File
@@ -22,7 +22,6 @@ struct bom {
const char **fields; /* fields */
int n_fields;
const struct param *vars; /* variables (before conversion) */
const struct bom *next;
};
extern struct bom *bom;