aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r--common/nextpnr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index 09174320..2baedef4 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -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;