summaryrefslogtreecommitdiff
path: root/test/header_factory_tests/header_factory_test_client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/header_factory_tests/header_factory_test_client.hpp')
-rw-r--r--test/header_factory_tests/header_factory_test_client.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/header_factory_tests/header_factory_test_client.hpp b/test/header_factory_tests/header_factory_test_client.hpp
index eb62191..8e9a4c2 100644
--- a/test/header_factory_tests/header_factory_test_client.hpp
+++ b/test/header_factory_tests/header_factory_test_client.hpp
@@ -35,10 +35,8 @@ public:
private:
std::shared_ptr<vsomeip::application> app_;
std::shared_ptr<vsomeip::message> request_;
- bool use_tcp_;
std::mutex mutex_;
std::condition_variable condition_;
- bool running_;
bool blocked_;
bool is_available_;
std::uint32_t number_of_messages_to_send_;