diff options
-rw-r--r-- | tools/source/debug/debug.cxx | 17 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
2 files changed, 0 insertions, 18 deletions
diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx index 5976b1c9a03a..b3dae60ead65 100644 --- a/tools/source/debug/debug.cxx +++ b/tools/source/debug/debug.cxx @@ -376,16 +376,6 @@ namespace }; lcl_writeConfigString( _pFile, _pKeyName, names[ _nValue ] ); } - void lcl_writeHexByte( FILETYPE _pFile, const sal_Char* _pKeyName, sal_uInt8 _nValue ) - { - sal_Char buf[RTL_STR_MAX_VALUEOFINT32]; - rtl_String* stringData = NULL; - rtl_string_newFromStr_WithLength( &stringData, buf, rtl_str_valueOfInt32( buf, _nValue, 16 ) ); - - lcl_writeConfigString( _pFile, _pKeyName, stringData->buffer ); - - rtl_string_release( stringData ); - } bool lcl_isConfigSection( const sal_Char* _pLine, size_t _nLineLen ) { if ( _nLineLen < 2 ) @@ -459,13 +449,6 @@ namespace *_out_pnAllFlags &= ~_nCheckFlag; } } - void lcl_tryReadHexByte( const sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName, sal_uInt8* _out_pnValue ) - { - sal_Char aBuf[3]; - size_t nValueLen = lcl_tryReadConfigString( _pLine, _nLineLen, _pKeyName, aBuf, sizeof( aBuf ) ); - if ( nValueLen ) - *_out_pnValue = (sal_uInt8)rtl_str_toInt32( aBuf, 16 ); - } } // ======================================================================= diff --git a/unusedcode.easy b/unusedcode.easy index 242f326c7626..5fbf555bb5fb 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -1,7 +1,6 @@ AtomDocument::AtomDocument(AtomPubSession*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >) AtomFolder::AtomFolder(AtomPubSession*, std::basic_string<char, std::char_traits<char>, std::allocator<char> >) AtomPubSession::getCollectionUrl(Collection::Type) -AtomPubSession::~AtomPubSession() BufferNode::childAt(int) const ByteString::Assign(char const*, unsigned short) ByteString::Assign(char) |