From c24b4dcff17d773221397d0fc2428e6f0454dfda Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Nov 2013 14:00:33 +0100 Subject: -Werror,-Wunused-member-function Change-Id: I5dd8f718cb96c4442e2fce08a8dc4130e934c68d --- sal/rtl/math.cxx | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'sal') diff --git a/sal/rtl/math.cxx b/sal/rtl/math.cxx index 3bca17156c3a..9326edb8487b 100644 --- a/sal/rtl/math.cxx +++ b/sal/rtl/math.cxx @@ -219,13 +219,6 @@ struct StringTraits rtl_string_new_WithLength(pBuffer, *pCapacity); } - static inline void appendChar(rtl_String ** pBuffer, sal_Int32 * pCapacity, - sal_Int32 * pOffset, sal_Char cChar) - { - rtl_stringbuffer_insert(pBuffer, pCapacity, *pOffset, &cChar, 1); - ++*pOffset; - } - static inline void appendChars(rtl_String ** pBuffer, sal_Int32 * pCapacity, sal_Int32 * pOffset, sal_Char const * pChars, sal_Int32 nLen) @@ -261,13 +254,6 @@ struct UStringTraits rtl_uString_new_WithLength(pBuffer, *pCapacity); } - static inline void appendChar(rtl_uString ** pBuffer, sal_Int32 * pCapacity, - sal_Int32 * pOffset, sal_Unicode cChar) - { - rtl_uStringbuffer_insert(pBuffer, pCapacity, *pOffset, &cChar, 1); - ++*pOffset; - } - static inline void appendChars(rtl_uString ** pBuffer, sal_Int32 * pCapacity, sal_Int32 * pOffset, sal_Unicode const * pChars, sal_Int32 nLen) -- cgit v1.2.3