diff options
author | Arnaud Versini <arnaud.versini@gmail.com> | 2013-02-24 16:32:55 +0100 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-03-02 05:43:29 +0000 |
commit | 766170b61e26155715d1cd02f046658697293f5d (patch) | |
tree | 62737d5a29444b15bc698161622f8ac78a29ef31 /sal | |
parent | 95f8cb6823f21dd97b380136286e87e0ffa2fb24 (diff) |
Removing useless STLPort specific code
Change-Id: Id4c5907b2431130018bff434049d9e85ae689793
Reviewed-on: https://gerrit.libreoffice.org/2365
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Niko Rönkkö <ronkko@iki.fi>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/rtl/allocator.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
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<T>&, const Allocator<U>&) 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<class T, class U> - inline ::rtl::Allocator<U> & __stl_alloc_rebind (::rtl::Allocator<T> & a, U const *) - { - return (::rtl::Allocator<U>&)(a); - } -} - /// @endcond #endif /* INCLUDED_RTL_ALLOCATOR_HXX */ |