summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-16 08:44:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-16 13:59:30 +0100
commitce043bb4f9f3e05f8d79346a263a685faf26037e (patch)
tree6695aa4fb9d5725fea1fe4c6304873e862315e19 /rsc
parentd69d6f4dc8eef7cd85929a2655c523d2f17263e0 (diff)
callcatcher: update unused code list
Change-Id: I84f693aa6747f639bd4ae60a02dd4d8c30b7d029
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/rscrsc.hxx1
-rw-r--r--rsc/source/rsc/rsc.cxx11
2 files changed, 0 insertions, 12 deletions
diff --git a/rsc/inc/rscrsc.hxx b/rsc/inc/rscrsc.hxx
index d5a768e15733..182beec9a316 100644
--- a/rsc/inc/rscrsc.hxx
+++ b/rsc/inc/rscrsc.hxx
@@ -73,7 +73,6 @@ class RscCompiler
{
private:
void CreateResFile( const char * pRc );
- void Append( const OString& rOutputSrs, const OString& rTmpFile );
bool GetImageFilePath( const RscCmdLine::OutputFile& rOutputFile,
const WriteRcContext& rContext,
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,