"No pins on net x" after deleting net from a design block

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I had an existing design in a project I wanted to use in a different project so I successfully created a design block. For ease of conversation let's say the design block consisted of a chip U1, with a dozen named nets (VCC, GND, NetName1, NetName2, NetName3,...) and a handful of other parts (Resistors, Capacitors, etc).
In the new project schematic I placed the design block and finished the new design. Run ERC and get "Only one pin on net NetName1" because in the new project I didn't need ALL of the nets. So I used the delete tool to remove NetName1 from U1.
Now, when I run ERC I get warning "No pins on net NetName1". The only instance of this net was deleted so it is complaining about a net that does not actually exist or is now invisible? I think perhaps this is an error with design blocks?
The ERC warning does not list any sheet (it's blank) and when I click on the warning (with Centered = checked) it does not move the screen to any location. If I use the command line and type "show NetName1" a box pops up that indicates the net is on sheet x, but when I click on it it just zooms in as far as Eagle supports to the origin of sheet x, and the only thing in this region is the corner of my frame.
As far as I can tell Eagle doesn't understand that the net was deleted because it is part of the design block and somehow that is a conflict? I know it is only a warning but I have multiple identical warnings and would prefer to ensure there is not some invisible net that might affect my board layout (which I have not yet done, I don't even have an associated board yet)