aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSergiusz Bazanski <q3k@q3k.org>2018-07-20 17:57:16 +0100
committerSergiusz Bazanski <q3k@q3k.org>2018-07-20 17:57:16 +0100
commitb5b956bd214742892cd242ec38e4cc64c213e59e (patch)
treeaebe22c5f0d944b30468d4df529c8f7383860f31 /common
parent19f4b68f07edcbcb24282f5d3941d5d4a97afa03 (diff)
downloadnextpnr-b5b956bd214742892cd242ec38e4cc64c213e59e.tar.gz
nextpnr-b5b956bd214742892cd242ec38e4cc64c213e59e.tar.bz2
nextpnr-b5b956bd214742892cd242ec38e4cc64c213e59e.zip
Remove dead code.
Diffstat (limited to 'common')
-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;