summaryrefslogtreecommitdiffstats
path: root/parameter
diff options
context:
space:
mode:
authorDavid Wagner <david.wagner@intel.com>2015-01-06 17:05:35 +0100
committerDavid Wagner <david.wagner@intel.com>2015-01-22 12:02:31 +0100
commit17d59220b9517963bbe27c450207e3c0a43443fb (patch)
treed88e96cd531b8b224d7134ca4eca73e12cf80f1b /parameter
parent4832db35864949f0792087f82babe353223c173b (diff)
downloadexternal_parameter-framework-17d59220b9517963bbe27c450207e3c0a43443fb.zip
external_parameter-framework-17d59220b9517963bbe27c450207e3c0a43443fb.tar.gz
external_parameter-framework-17d59220b9517963bbe27c450207e3c0a43443fb.tar.bz2
ParameterMgr: remove some dead code
logStructureContent() wasn't called by anybody. Change-Id: I152b6f1790a545ab302ca90389c78c43a0bb6056 Signed-off-by: David Wagner <david.wagner@intel.com>
Diffstat (limited to 'parameter')
-rw-r--r--parameter/ParameterMgr.cpp10
-rw-r--r--parameter/ParameterMgr.h3
2 files changed, 0 insertions, 13 deletions
diff --git a/parameter/ParameterMgr.cpp b/parameter/ParameterMgr.cpp
index 9e2abed..edf8080 100644
--- a/parameter/ParameterMgr.cpp
+++ b/parameter/ParameterMgr.cpp
@@ -1899,16 +1899,6 @@ bool CParameterMgr::sync(string& strError)
return true;
}
-// Content dump
-void CParameterMgr::logStructureContent(string& strContent) const
-{
- string strError;
-
- CParameterAccessContext parameterAccessContext(strError, _pMainParameterBlackboard, _bValueSpaceIsRaw, _bOutputRawFormatIsHex);
-
- dumpContent(strContent, parameterAccessContext);
-}
-
// Configuration/Domains handling
bool CParameterMgr::createDomain(const string& strName, string& strError)
{
diff --git a/parameter/ParameterMgr.h b/parameter/ParameterMgr.h
index fcba462..7ce19a5 100644
--- a/parameter/ParameterMgr.h
+++ b/parameter/ParameterMgr.h
@@ -354,9 +354,6 @@ public:
*/
bool getSystemClassXMLString(std::string& strResult);
- // Introspect
- void logStructureContent(std::string& strContent) const;
-
// CElement
virtual std::string getKind() const;