mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-04 22:58:26 +02:00
b2/bom.h (struct bom): remove unused "next" pointer
This commit is contained in:
parent
f22378937d
commit
4fb17f6e95
1
b2/bom.h
1
b2/bom.h
@ -22,7 +22,6 @@ struct bom {
|
|||||||
const char **fields; /* fields */
|
const char **fields; /* fields */
|
||||||
int n_fields;
|
int n_fields;
|
||||||
const struct param *vars; /* variables (before conversion) */
|
const struct param *vars; /* variables (before conversion) */
|
||||||
const struct bom *next;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct bom *bom;
|
extern struct bom *bom;
|
||||||
|
Loading…
Reference in New Issue
Block a user