summaryrefslogtreecommitdiff
path: root/rsc/source/rsc/rsc.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-26 09:12:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-26 12:14:34 +0000
commita1b37b675e512aebf5a8b9d610cd39ebedb1c1dc (patch)
tree39f3113d77fdecab1e28b2e7e34b47353559d297 /rsc/source/rsc/rsc.cxx
parent91a3976aa88039d48b71242c8b8d01341d154b09 (diff)
coverity#1266502 Useless call
Change-Id: I443cc28b81508b32c49ba795583ed304729d3fa0
Diffstat (limited to 'rsc/source/rsc/rsc.cxx')
-rw-r--r--rsc/source/rsc/rsc.cxx6
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 )