diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-24 12:32:14 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-24 17:44:31 +0100 |
commit | d5caf6898b384de8465179341e8f0ccf66b06b2b (patch) | |
tree | 979dc56521b1baad8d6db4ef336d3c19b8b419d2 /tools | |
parent | 10f4ddc9a5e28b33ad2bffe6cd3e4aaab920f872 (diff) |
loplugin: unused variables
Change-Id: I7fc203900256839e679bf73b717d121fedc42087
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/fsys/tempfile.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/source/fsys/tempfile.cxx b/tools/source/fsys/tempfile.cxx index 7a3f9dfc2f0a..ae4db9683e5e 100644 --- a/tools/source/fsys/tempfile.cxx +++ b/tools/source/fsys/tempfile.cxx @@ -65,8 +65,6 @@ String ConstructTempDir_Impl( const String* pParent ) String aName; if ( pParent && pParent->Len() ) { - // if parent given try to use it - rtl::OUString aTmp( *pParent ); rtl::OUString aRet; // test for valid filename |