1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Clean up some minor gcc warnings.

This commit is contained in:
Tom Lane
1999-12-20 01:23:04 +00:00
parent c16afb4e24
commit 939229904a
6 changed files with 15 additions and 20 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.28 1999/09/24 00:24:53 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.29 1999/12/20 01:19:11 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -54,7 +54,6 @@ EState *
CreateExecutorState(void)
{
EState *state;
extern int NBuffers;
/* ----------------
* create a new executor state