Removed dead code.

This commit is contained in:
Salvador E. Tropea 2021-02-12 15:03:39 -03:00
parent 32310ba1fa
commit a0218e92ab
1 changed files with 0 additions and 2 deletions

View File

@ -428,8 +428,6 @@ class BoMOptions(BaseOptions):
prj.sch = Schematic()
load_any_sch(prj.sch, prj.file, prj.name)
new_comps = prj.sch.get_components()
if prj.ref_id is None:
prj.ref_id = ''
for c in new_comps:
c.ref = prj.ref_id+c.ref
c.ref_id = prj.ref_id