summaryrefslogtreecommitdiff
path: root/src/appMain/life_cycle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/appMain/life_cycle.h')
-rw-r--r--src/appMain/life_cycle.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/appMain/life_cycle.h b/src/appMain/life_cycle.h
index 83651451e8..2d6e0b938e 100644
--- a/src/appMain/life_cycle.h
+++ b/src/appMain/life_cycle.h
@@ -88,7 +88,6 @@ class LifeCycle {
void Run();
void StopComponents();
-
private:
transport_manager::TransportManagerImpl* transport_manager_;
protocol_handler::ProtocolHandlerImpl* protocol_handler_;
@@ -119,7 +118,6 @@ class LifeCycle {
System::Thread* mb_adapter_thread_;
#endif // MESSAGEBROKER_HMIADAPTER
-
const profile::Profile& profile_;
DISALLOW_COPY_AND_ASSIGN(LifeCycle);
};