From 8a77bc82acfb5960e8c4054094f7eb80a158ec1f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 20 Dec 2007 14:34:40 +0000 Subject: removed single-threading support for sending TCP messages; caused simplyfication of output module interface as well as core syslog processing. --- plugins/ompgsql/ompgsql.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'plugins/ompgsql/ompgsql.c') diff --git a/plugins/ompgsql/ompgsql.c b/plugins/ompgsql/ompgsql.c index 45e3c674..1a0fba29 100644 --- a/plugins/ompgsql/ompgsql.c +++ b/plugins/ompgsql/ompgsql.c @@ -101,16 +101,6 @@ CODESTARTdbgPrintInstInfo ENDdbgPrintInstInfo -BEGINonSelectReadyWrite -CODESTARTonSelectReadyWrite -ENDonSelectReadyWrite - - -BEGINgetWriteFDForSelect -CODESTARTgetWriteFDForSelect -ENDgetWriteFDForSelect - - /* log a database error with descriptive message. * We check if we have a valid handle. If not, we simply * report an error, but can not be specific. RGerhards, 2007-01-30 -- cgit