diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/salplug.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/app/salplug.cxx b/vcl/source/app/salplug.cxx index d281b797c5a9..d2cfc91e3c57 100644 --- a/vcl/source/app/salplug.cxx +++ b/vcl/source/app/salplug.cxx @@ -320,7 +320,6 @@ void SalAbort( const OUString& rErrorText, bool bDumpCore ) GetSalData()->m_pInstance->BeforeAbort(rErrorText, bDumpCore); #if defined _WIN32 - (void) bDumpCore; if( rErrorText.isEmpty() ) { // make sure crash reporter is triggered |