From a0c96b0aa845866ce412427a55a25941712ab3cf Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 7 Apr 2016 21:50:52 +0200 Subject: [PATCH] Remove unused Int32HashCode Change-Id: I0f43db050155b231dda8f78ed8f8144609c7125b --- framework/inc/stdtypes.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/framework/inc/stdtypes.h b/framework/inc/stdtypes.h index 0f1f28f3e3a5..9cc180787462 100644 --- a/framework/inc/stdtypes.h +++ b/framework/inc/stdtypes.h @@ -38,14 +38,6 @@ namespace framework{ Own hash functions used for stl-structures ... e.g. hash tables/maps ... */ -struct Int32HashCode -{ - size_t operator()( const ::sal_Int32& nValue ) const - { - return (size_t)nValue; - } -}; - struct KeyEventHashCode { size_t operator()( const css::awt::KeyEvent& aEvent ) const