summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;