Kaydet (Commit) f008fe11 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708798 Unused pointer value

Change-Id: Ib27f174b37577a8572fb853a7040de51e95d665e
üst dca7bd06
......@@ -59,7 +59,6 @@ void RscTypCont::Init()
RscTupel * pStringLongTupel;
RscCont * pStringTupelList;
RscCont * pStringLongTupelList;
RscArray * pLangStringTupelList;
RscArray * pLangStringLongTupelList;
RscTop * pClassMgr;
......@@ -320,7 +319,7 @@ void RscTypCont::Init()
aBaseLst.push_back( pLangStringList = InitLangStringList( pStringList ) );
aBaseLst.push_back( pStringTupel = InitStringTupel() );
aBaseLst.push_back( pStringTupelList = InitStringTupelList( pStringTupel ) );
aBaseLst.push_back( pLangStringTupelList = InitLangStringTupelList( pStringTupelList ) );
aBaseLst.push_back( InitLangStringTupelList( pStringTupelList ) );
aBaseLst.push_back( pStringLongTupel = InitStringLongTupel() );
aBaseLst.push_back( pStringLongTupelList = InitStringLongTupelList( pStringLongTupel ) );
aBaseLst.push_back( pLangStringLongTupelList = InitLangStringLongTupelList( pStringLongTupelList ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment