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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'parameter/SystemClass.h') 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