diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-03-31 13:43:11 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-03-31 14:20:58 +0200 |
commit | bf289b885768ae5db4e15e18f66390595a2b20f3 (patch) | |
tree | 65c99289e58c9492d2510a7f4d918318c71c7e10 /include/device.h | |
parent | 9892ae74c8e828d163e797b9a309972bbe8ef367 (diff) | |
download | libnitrokey-bf289b885768ae5db4e15e18f66390595a2b20f3.tar.gz libnitrokey-bf289b885768ae5db4e15e18f66390595a2b20f3.tar.bz2 |
Fix compilation warnings
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include/device.h')
-rw-r--r-- | include/device.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/device.h b/include/device.h index 674d66b..8bc661a 100644 --- a/include/device.h +++ b/include/device.h @@ -121,12 +121,9 @@ protected: const int m_retry_receiving_count; std::chrono::milliseconds m_retry_timeout; std::chrono::milliseconds m_send_receive_delay; - std::atomic<hid_device *>mp_devhandle; - static std::atomic_int instances_count; - static std::chrono::milliseconds default_delay ; }; |