diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-07-01 01:22:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-07-01 01:22:29 +0200 |
| commit | eff6f92fe5d63ba067ef4eac21c2a82e5fb58197 (patch) | |
| tree | d333851cb17f4b312332822c2a1aafee65fab547 /src/lib/update_checker.cc | |
| parent | 31de5b1272d928557a7272977584f5dcc9876c75 (diff) | |
Remove unused variable.
Diffstat (limited to 'src/lib/update_checker.cc')
| -rw-r--r-- | src/lib/update_checker.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/update_checker.cc b/src/lib/update_checker.cc index 29d41cd92..704b7b497 100644 --- a/src/lib/update_checker.cc +++ b/src/lib/update_checker.cc @@ -193,7 +193,6 @@ UpdateChecker::set_state (State s) { boost::mutex::scoped_lock lm (_data_mutex); _state = s; - _emits++; } emit (boost::bind(boost::ref(StateChanged))); |
