summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/source/runtime/stdobj.cxx8
1 files changed, 0 insertions, 8 deletions
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 },