sociomantic-tsunami / swarm

Asynchronous client/node framework library
Boost Software License 1.0
14 stars 26 forks source link

Remove unused import for core.memory that was causing gc_usage clash #308

Closed nemanja-boric-sociomantic closed 6 years ago

nemanja-boric-sociomantic commented 6 years ago

gc_usage is defined in both ocean.transition and core.memory, and we're using the former. This commit removes import to core.memory to prevent clashes on the symbol with the same name.

nemanja-boric-sociomantic commented 6 years ago

Confirmed that dhtnode compiles with this.