summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-30 15:21:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 16:49:25 +0200
commitdedd26e8e6e0c0e0597a4e67c0d31ea97c6bd8aa (patch)
tree80c9eca656aef70a6e8f8ec7d34e17f97e14f5bf /sal
parentfe6063a28b4d9bd922d6ced1b63914c54a17fc86 (diff)
-Werror,-Wunused-function
Change-Id: I4e3097f58a8b91a61369d3b93931bff44444990a
Diffstat (limited to 'sal')
-rw-r--r--sal/rtl/bootstrap.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx
index 59529eef9dd9..a4169b3b66b9 100644
--- a/sal/rtl/bootstrap.cxx
+++ b/sal/rtl/bootstrap.cxx
@@ -310,14 +310,6 @@ static OUString & getIniFileName_Impl()
}
//----------------------------------------------------------------------------
-
-static inline bool path_exists( OUString const & path )
-{
- DirectoryItem dirItem;
- return (DirectoryItem::E_None == DirectoryItem::get( path, dirItem ));
-}
-
-//----------------------------------------------------------------------------
// #111772#
// ensure the given file url has no final slash