domfarolino / mage

🧙‍♂️ A simple interprocess communication (IPC) library
19 stars 4 forks source link

Remove `Core::node_channel_map_`; it is accidentally redundant #12

Closed domfarolino closed 1 year ago

domfarolino commented 1 year ago

This appears to be accidentally redundant with Node::node_channel_map_. Since it is unused, we can just get rid of it.