From 42632e1986a9954bc703bc7c9ef471aaaed98473 Mon Sep 17 00:00:00 2001 From: srn Date: Tue, 30 Aug 2005 09:49:29 +0000 Subject: [PATCH] Removed a mutex lock in the method PasteInto --- src/SALOMEDS/SALOMEDS_Driver_i.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SALOMEDS/SALOMEDS_Driver_i.cxx b/src/SALOMEDS/SALOMEDS_Driver_i.cxx index 88c138376..c01b0ac42 100644 --- a/src/SALOMEDS/SALOMEDS_Driver_i.cxx +++ b/src/SALOMEDS/SALOMEDS_Driver_i.cxx @@ -195,7 +195,6 @@ TCollection_AsciiString SALOMEDS_Driver_i::PasteInto(const unsigned char* theStr SALOMEDS::unlock(); SALOMEDS::SObject_var ret_so = _driver->PasteInto(aStream.in(), theObjectID, so.in()); - SALOMEDS::lock(); return TCollection_AsciiString((char*)ret_so->GetID()); } -- 2.39.2