summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/resumption/resume_ctrl_impl.cc
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-05-31 14:54:52 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-05-31 14:54:52 -0400
commit44007f451d947d97870624f4990c1033d3808276 (patch)
tree3e4a77a396295db226e32d25248acd3a6ff7d2d4 /src/components/application_manager/src/resumption/resume_ctrl_impl.cc
parent33b00a89cc114d433669fe8af6e9889efb7b67c1 (diff)
downloadsdl_core-44007f451d947d97870624f4990c1033d3808276.tar.gz
Begin changing locks over, very segfault-y right now
This required modification of the condition variable class as well as every instance of a recursive lock
Diffstat (limited to 'src/components/application_manager/src/resumption/resume_ctrl_impl.cc')
-rw-r--r--src/components/application_manager/src/resumption/resume_ctrl_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/application_manager/src/resumption/resume_ctrl_impl.cc b/src/components/application_manager/src/resumption/resume_ctrl_impl.cc
index e3fd423970..e370d345b8 100644
--- a/src/components/application_manager/src/resumption/resume_ctrl_impl.cc
+++ b/src/components/application_manager/src/resumption/resume_ctrl_impl.cc
@@ -57,7 +57,6 @@ CREATE_LOGGERPTR_GLOBAL(logger_, "Resumption")
ResumeCtrlImpl::ResumeCtrlImpl(ApplicationManager& application_manager)
: event_engine::EventObserver(application_manager.event_dispatcher())
- , queue_lock_(false)
, restore_hmi_level_timer_(
"RsmCtrlRstore",
new timer::TimerTaskImpl<ResumeCtrlImpl>(