From dedd26e8e6e0c0e0597a4e67c0d31ea97c6bd8aa Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 30 Sep 2013 15:21:18 +0200 Subject: -Werror,-Wunused-function Change-Id: I4e3097f58a8b91a61369d3b93931bff44444990a --- sal/rtl/bootstrap.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sal') 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 @@ -309,14 +309,6 @@ static OUString & getIniFileName_Impl() return *pStaticName; } -//---------------------------------------------------------------------------- - -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 -- cgit