1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-06-28 22:38:34 +03:00

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

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;