summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-13 16:55:38 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-13 18:18:42 +0200
commit582e06f71c63d70189e1ecd4fe365c541648cf83 (patch)
tree64e4660131d459208e165dd9382280135edf29a1 /tools
parent72e21d7a5621846782f86e2fc645811efbf5f18a (diff)
unusedcode.easy: remove unused code
Change-Id: I87e7264ffd3086796aaa8e136c2f9b77fde7b74f
Diffstat (limited to 'tools')
-rw-r--r--tools/source/fsys/tempfile.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/source/fsys/tempfile.cxx b/tools/source/fsys/tempfile.cxx
index c4385617c4cf..407af3eeef3a 100644
--- a/tools/source/fsys/tempfile.cxx
+++ b/tools/source/fsys/tempfile.cxx
@@ -244,11 +244,6 @@ TempFile::~TempFile()
delete pImp;
}
-sal_Bool TempFile::IsValid() const
-{
- return pImp->aName.Len() != 0;
-}
-
String TempFile::GetName() const
{
rtl::OUString aTmp;