From 766170b61e26155715d1cd02f046658697293f5d Mon Sep 17 00:00:00 2001 From: Arnaud Versini Date: Sun, 24 Feb 2013 16:32:55 +0100 Subject: Removing useless STLPort specific code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id4c5907b2431130018bff434049d9e85ae689793 Reviewed-on: https://gerrit.libreoffice.org/2365 Reviewed-by: Thomas Arnhold Tested-by: LibreOffice gerrit bot Reviewed-by: Niko Rönkkö Reviewed-by: Norbert Thiebaud --- sal/inc/rtl/allocator.hxx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'sal') diff --git a/sal/inc/rtl/allocator.hxx b/sal/inc/rtl/allocator.hxx index a70abffe2eb7..9ceb3b7ffcbe 100644 --- a/sal/inc/rtl/allocator.hxx +++ b/sal/inc/rtl/allocator.hxx @@ -170,19 +170,6 @@ inline bool operator!= (const Allocator&, const Allocator&) SAL_THROW(()) } /* namespace rtl */ -/** REQUIRED BY STLPort (see stlport '_alloc.h'): - Hack for compilers that do not support member - template classes (e.g. MSVC 6) -*/ -namespace _STL -{ - template - inline ::rtl::Allocator & __stl_alloc_rebind (::rtl::Allocator & a, U const *) - { - return (::rtl::Allocator&)(a); - } -} - /// @endcond #endif /* INCLUDED_RTL_ALLOCATOR_HXX */ -- cgit