diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-26 09:12:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-26 12:14:34 +0000 |
commit | a1b37b675e512aebf5a8b9d610cd39ebedb1c1dc (patch) | |
tree | 39f3113d77fdecab1e28b2e7e34b47353559d297 /rsc | |
parent | 91a3976aa88039d48b71242c8b8d01341d154b09 (diff) |
coverity#1266502 Useless call
Change-Id: I443cc28b81508b32c49ba795583ed304729d3fa0
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/rsc/rsc.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx index 5abce914bc08..ed4b4470b603 100644 --- a/rsc/source/rsc/rsc.cxx +++ b/rsc/source/rsc/rsc.cxx @@ -442,12 +442,6 @@ ERRTYPE RscCompiler :: IncludeParser( sal_uLong lFileKey ) for ( size_t i = 0, n = pFName->aDepLst.size(); i < n; ++i ) { RscDepend * pDep = pFName->aDepLst[ i ]; - pTC->aFileTab.GetFile( pDep->GetFileKey() ); - } - - for ( size_t i = 0, n = pFName->aDepLst.size(); i < n; ++i ) - { - RscDepend * pDep = pFName->aDepLst[ i ]; RscFile * pFNTmp = pTC->aFileTab.GetFile( pDep->GetFileKey() ); // Kein Pfad und Include Datei if( pFNTmp && !pFNTmp->bLoaded ) |