1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-18 00:48:31 +00:00

Remove dead code.

This commit is contained in:
Sergiusz Bazanski
2018-07-20 17:57:16 +01:00
parent 19f4b68f07
commit b5b956bd21

View File

@@ -347,8 +347,6 @@ class BaseCtx : public IdStringDB
std::mutex mutex;
pthread_t mutex_owner;
std::mutex generation_mutex;
public:
std::unordered_map<IdString, std::unique_ptr<NetInfo>> nets;
std::unordered_map<IdString, std::unique_ptr<CellInfo>> cells;