diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-18 18:28:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-18 18:48:42 +0200 |
commit | 04c196eb21879f4db0e55a12ecdf529f9a7e823d (patch) | |
tree | e4e886974a704a79dedc441f2b4cbbaa30af3db4 /options/bundle.cpp | |
parent | e92d209598e115acc9ed7bf90bed61be80238536 (diff) |
minor tweaks only
Diffstat (limited to 'options/bundle.cpp')
-rw-r--r-- | options/bundle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/options/bundle.cpp b/options/bundle.cpp index c78df274..401fce86 100644 --- a/options/bundle.cpp +++ b/options/bundle.cpp @@ -179,7 +179,6 @@ std::shared_ptr<bundler::v> bundler::make_bundle(const bundler::k& key) auto shr = shared(new v(key), [this, key](v* ptr) { QMutexLocker l(&implsgl_mtx); - auto it = implsgl_data.find(key); if (it != implsgl_data.end()) implsgl_data.erase(it); |