From a1b37b675e512aebf5a8b9d610cd39ebedb1c1dc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 26 Jan 2015 09:12:35 +0000 Subject: coverity#1266502 Useless call Change-Id: I443cc28b81508b32c49ba795583ed304729d3fa0 --- rsc/source/rsc/rsc.cxx | 6 ------ 1 file changed, 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 @@ -439,12 +439,6 @@ ERRTYPE RscCompiler :: IncludeParser( sal_uLong lFileKey ) fclose( finput ); // Include-Pfad durchsuchen - 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 ]; -- cgit