From 0a0bd3d64662b6d116ddad354338b98e52181e4a Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Wed, 1 Apr 1998 03:13:37 +0000 Subject: [PATCH] remove the call to port-protos.h ... --- src/backend/commands/async.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c index 58cc6b467c..b8cf416492 100644 --- a/src/backend/commands/async.c +++ b/src/backend/commands/async.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.29 1998/02/26 04:30:47 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.30 1998/04/01 03:13:37 scrappy Exp $ * *------------------------------------------------------------------------- */ @@ -83,10 +83,6 @@ #include #include -#ifndef HAVE_STRDUP -#include /* for strdup() */ -#endif - #include static int notifyFrontEndPending = 0; -- 2.40.0