From 0f7e24bfae103b0e9492ce423e0262cc8104e461 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 3 Oct 2013 12:01:40 +0100 Subject: unused StringHashCode Change-Id: I72b882292f62c4a2b4999fa3e553db3c617e03f4 --- basic/source/runtime/stdobj.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'basic') diff --git a/basic/source/runtime/stdobj.cxx b/basic/source/runtime/stdobj.cxx index 34d45824919f..e058f0165980 100644 --- a/basic/source/runtime/stdobj.cxx +++ b/basic/source/runtime/stdobj.cxx @@ -65,14 +65,6 @@ struct Methods { sal_uInt16 nHash; }; -struct StringHashCode -{ - size_t operator()( const OUString& rStr ) const - { - return rtl_ustr_hashCode_WithLength( rStr.getStr(), rStr.getLength() ); - } -}; - static Methods aMethods[] = { { "Abs", SbxDOUBLE, 1 | _FUNCTION, RTLNAME(Abs),0 }, -- cgit v1.2.3