diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-16 08:44:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-16 13:59:30 +0100 |
commit | ce043bb4f9f3e05f8d79346a263a685faf26037e (patch) | |
tree | 6695aa4fb9d5725fea1fe4c6304873e862315e19 /rsc/source | |
parent | d69d6f4dc8eef7cd85929a2655c523d2f17263e0 (diff) |
callcatcher: update unused code list
Change-Id: I84f693aa6747f639bd4ae60a02dd4d8c30b7d029
Diffstat (limited to 'rsc/source')
-rw-r--r-- | rsc/source/rsc/rsc.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx index c88de8d1d853..dc52bdb4f74a 100644 --- a/rsc/source/rsc/rsc.cxx +++ b/rsc/source/rsc/rsc.cxx @@ -739,17 +739,6 @@ ERRTYPE RscCompiler::Link() return aError; } -void RscCompiler::Append( const OString& rOutputSrs, - const OString& rTmpFile ) -{ - if( !::Append( rOutputSrs, rTmpFile ) ) - { - OStringBuffer aTemp(rOutputSrs); - aTemp.append(" or ").append(rTmpFile); - pTC->pEH->FatalError( ERR_OPENFILE, RscId(), aTemp.getStr() ); - } -} - bool RscCompiler::GetImageFilePath( const RscCmdLine::OutputFile& rOutputFile, const WriteRcContext& rContext, const OString& rBaseFileName, |