diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-13 21:12:44 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-13 21:51:08 +0000 |
commit | efc05c0a1ecac549c8340a8f9ec4e47556569adc (patch) | |
tree | 3e1191299b418b5cdf9761db950ee4e5a30e6966 /include/o3tl | |
parent | 577b4e499b870a8afd56f2d9ac1fe0313162bf8d (diff) |
remove various crutches for boost::bind/boost::mem_fn
These aren't used any more, and the C++11 std equivalents don't use
get_pointer() overloads.
Change-Id: Ib97a6a595863e21a1621c63709ea2b28f6550fde
Reviewed-on: https://gerrit.libreoffice.org/24982
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/o3tl')
-rw-r--r-- | include/o3tl/cow_wrapper.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/o3tl/cow_wrapper.hxx b/include/o3tl/cow_wrapper.hxx index f9811b48a374..7e9c3af29afa 100644 --- a/include/o3tl/cow_wrapper.hxx +++ b/include/o3tl/cow_wrapper.hxx @@ -343,12 +343,6 @@ int cow_wrapper_client::queryUnmodified() const a.swap(b); } - // to enable boost::mem_fn on cow_wrapper - template<class T, class P> inline T * get_pointer( const cow_wrapper<T,P>& r ) - { - return r.get(); - } - } #endif /* INCLUDED_O3TL_COW_WRAPPER_HXX */ |