From e26ac1492015efde9c8f5bc58dcbda92787dadf8 Mon Sep 17 00:00:00 2001 From: David Wagner Date: Wed, 4 Feb 2015 14:51:29 +0100 Subject: SystemClass: remove useless overridden init() method The overridden implementation was only calling the base implementation. It can therefore can be completely removed as it is the default behaviour. Change-Id: Ic0eadf82abfdaad0ca76d3e9a757544d5ec31427 Signed-off-by: David Wagner --- parameter/SystemClass.cpp | 5 ----- parameter/SystemClass.h | 1 - 2 files changed, 6 deletions(-) (limited to 'parameter') diff --git a/parameter/SystemClass.cpp b/parameter/SystemClass.cpp index 334772a..cc51112 100644 --- a/parameter/SystemClass.cpp +++ b/parameter/SystemClass.cpp @@ -309,8 +309,3 @@ void CSystemClass::cleanSubsystemsNeedToResync() pSubsystem->needResync(true); } } - -bool CSystemClass::init(string& strError) -{ - return base::init(strError); -} diff --git a/parameter/SystemClass.h b/parameter/SystemClass.h index a224609..dd215a6 100644 --- a/parameter/SystemClass.h +++ b/parameter/SystemClass.h @@ -72,7 +72,6 @@ public: void cleanSubsystemsNeedToResync(); // base - virtual bool init(std::string& strError); virtual std::string getKind() const; private: -- cgit v1.1