summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-18 19:52:55 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-18 21:32:59 +0100
commitad2eb0d742346b541464b4df7ac5f0a9acb28a4f (patch)
treef910a6b945d93a670f7bba19c49e94f359348bf2 /sal
parent944faca5aec0f1d0176c5cb3f686e61ef923fac6 (diff)
WaE: unused variable nLen
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/file_dirvol.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx
index 50ad92727889..46f2af5df51b 100644
--- a/sal/osl/w32/file_dirvol.cxx
+++ b/sal/osl/w32/file_dirvol.cxx
@@ -1747,7 +1747,6 @@ oslFileError SAL_CALL osl_getFileStatus(
{
if ( !pItemImpl->bFullPathNormalized )
{
- sal_uInt32 nLen = rtl_uString_getLength( pItemImpl->m_pFullPath );
::osl::LongPathBuffer< sal_Unicode > aBuffer( MAX_LONG_PATH );
sal_uInt32 nNewLen = GetCaseCorrectPathName( reinterpret_cast<LPCTSTR>( rtl_uString_getStr( pItemImpl->m_pFullPath ) ),
::osl::mingw_reinterpret_cast<LPTSTR>( aBuffer ),