summaryrefslogtreecommitdiff
path: root/src/lib/update_checker.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-07-01 01:22:29 +0200
committerCarl Hetherington <cth@carlh.net>2021-07-01 01:22:29 +0200
commiteff6f92fe5d63ba067ef4eac21c2a82e5fb58197 (patch)
treed333851cb17f4b312332822c2a1aafee65fab547 /src/lib/update_checker.h
parent31de5b1272d928557a7272977584f5dcc9876c75 (diff)
Remove unused variable.
Diffstat (limited to 'src/lib/update_checker.h')
-rw-r--r--src/lib/update_checker.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/update_checker.h b/src/lib/update_checker.h
index a0845b194..aa5f620e6 100644
--- a/src/lib/update_checker.h
+++ b/src/lib/update_checker.h
@@ -98,7 +98,6 @@ private:
State _state;
boost::optional<std::string> _stable;
boost::optional<std::string> _test;
- int _emits = 0;
boost::thread _thread;
boost::mutex _process_mutex;