From 2170f0e7b689cff9609bc64f306c581ce2353491 Mon Sep 17 00:00:00 2001 From: rfm Date: Wed, 2 Nov 2016 12:25:58 +0000 Subject: [PATCH] revert last git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@40190 72102866-910b-0410-8b05-ffd578937521 --- Postgres.m | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Postgres.m b/Postgres.m index 36ef510..e37d9f4 100644 --- a/Postgres.m +++ b/Postgres.m @@ -557,15 +557,10 @@ connectQuote(NSString *str) { NSNotificationQueue *nq; - /* Post asynchronously with no coalesce + /* Post asynchronously */ nq = [NSNotificationQueue defaultQueue]; [nq enqueueNotification: n postingStyle: NSPostASAP]; - [nq enqueueNotification: n - postingStyle: NSPostASAP - coalesceMask: 0 - forModes: nil]; - } /* This method must only be called when the receiver is locked.