diff options
author | Clifford Wolf <cliffordvienna@gmail.com> | 2018-07-04 16:39:30 +0000 |
---|---|---|
committer | Clifford Wolf <cliffordvienna@gmail.com> | 2018-07-04 16:39:30 +0000 |
commit | 6d423bb24a762e4a53e9b9d279c620c386264287 (patch) | |
tree | 5f90b199d7d7e6cd2f7a96224dc3ecddadce154c /common/nextpnr.cc | |
parent | 09dbcdcfa8c44b420c4a1763f599fd0e59e00d97 (diff) | |
parent | 726f2020f140a1f5e89e966e7cbde1d1f79473ba (diff) | |
download | nextpnr-6d423bb24a762e4a53e9b9d279c620c386264287.tar.gz nextpnr-6d423bb24a762e4a53e9b9d279c620c386264287.tar.bz2 nextpnr-6d423bb24a762e4a53e9b9d279c620c386264287.zip |
Merge branch 'new_python' into 'master'
New "contextual" system of Python wrappers
See merge request SymbioticEDA/nextpnr!4
Diffstat (limited to 'common/nextpnr.cc')
-rw-r--r-- | common/nextpnr.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/nextpnr.cc b/common/nextpnr.cc index a197eaff..3861e5fe 100644 --- a/common/nextpnr.cc +++ b/common/nextpnr.cc @@ -27,8 +27,6 @@ assertion_failure::assertion_failure(std::string msg, std::string expr_str, std: { } -std::unordered_set<BaseCtx *> IdString::global_ctx; - void IdString::set(const BaseCtx *ctx, const std::string &s) { auto it = ctx->idstring_str_to_idx->find(s); |