From f82a55ec476955d9d4467725a4ea3ce9e514d8dd Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Wed, 5 Dec 2012 00:23:01 +0100 Subject: acquire on the shared empty string does nothing Change-Id: I03a38c387044bda8cec6287ab41c6d202c496473 --- sal/rtl/source/strtmpl.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/sal/rtl/source/strtmpl.cxx b/sal/rtl/source/strtmpl.cxx index afeb2db8ca60..ffe12adf0d71 100644 --- a/sal/rtl/source/strtmpl.cxx +++ b/sal/rtl/source/strtmpl.cxx @@ -1062,7 +1062,6 @@ void SAL_CALL IMPL_RTL_STRINGNAME( new )( IMPL_RTL_STRINGDATA** ppThis ) IMPL_RTL_STRINGNAME( release )( *ppThis ); *ppThis = (IMPL_RTL_STRINGDATA*) (&IMPL_RTL_EMPTYSTRING); - IMPL_RTL_AQUIRE( *ppThis ); } /* ----------------------------------------------------------------------- */ -- cgit