Author: rfm
Date: Wed Nov  2 13:25:58 2016
New Revision: 40190

URL: http://svn.gna.org/viewcvs/gnustep?rev=40190&view=rev
Log:
revert last

Modified:
    libs/sqlclient/trunk/Postgres.m

Modified: libs/sqlclient/trunk/Postgres.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/sqlclient/trunk/Postgres.m?rev=40190&r1=40189&r2=40190&view=diff
==============================================================================
--- libs/sqlclient/trunk/Postgres.m     (original)
+++ libs/sqlclient/trunk/Postgres.m     Wed Nov  2 13:25:58 2016
@@ -557,15 +557,10 @@
 {
   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.


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to